mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 12:32:00 +01:00
4a7ec5d41d
Signed-off-by: Janos SUTO <sj@acts.hu>
6 lines
340 B
Smarty
6 lines
340 B
Smarty
<?php if(EXTERNAL_DASHBOARD_URL) { ?>
|
|
<iframe width="100%" height="100%" frameborder="0" src="<?php print EXTERNAL_DASHBOARD_URL; ?>"></iframe>
|
|
<?php } else { ?>
|
|
<span id="A1"><div id="spinner" class="alert alert-info lead"><i class="icon-spinner icon-spin icon-2x pull-left"></i><?php print $text_loading; ?></div></span>
|
|
<?php } ?>
|