dashboards: Increase size of dashlets in no-js envs
This commit is contained in:
parent
5ace00ed0b
commit
8b8094e9cc
|
@ -61,12 +61,13 @@ class Dashlet extends UserWidget
|
||||||
<h1><a href="{FULL_URL}" aria-label="{TOOLTIP}" title="{TOOLTIP}" data-base-target="col1">{TITLE}</a></h1>
|
<h1><a href="{FULL_URL}" aria-label="{TOOLTIP}" title="{TOOLTIP}" data-base-target="col1">{TITLE}</a></h1>
|
||||||
<p class="progress-label">{PROGRESS_LABEL}<span>.</span><span>.</span><span>.</span></p>
|
<p class="progress-label">{PROGRESS_LABEL}<span>.</span><span>.</span><span>.</span></p>
|
||||||
<noscript>
|
<noscript>
|
||||||
<iframe
|
<div class="iframe-container">
|
||||||
src="{IFRAME_URL}"
|
<iframe
|
||||||
style="height:100%; width:99%"
|
src="{IFRAME_URL}"
|
||||||
frameborder="no"
|
frameborder="no"
|
||||||
title="{TITLE_PREFIX}{TITLE}">
|
title="{TITLE_PREFIX}{TITLE}">
|
||||||
</iframe>
|
</iframe>
|
||||||
|
</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
</div>
|
</div>
|
||||||
EOD;
|
EOD;
|
||||||
|
|
Loading…
Reference in New Issue