mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:57:03 +02:00
gui: add support for external dashboard
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -1 +1,5 @@
|
||||
<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 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 } ?>
|
||||
|
Reference in New Issue
Block a user