File: index.phtml

package info (click to toggle)
icingaweb2-module-statusmap 20160720-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,008 kB
  • sloc: javascript: 29,517; php: 89; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
<div class="controls">
	<?= $this->tabs ?>
</div>
<div class="content" style="width:100%; height:100%;">
	<div id="yolocontainer" data-hosts="<?= $this->escape($data_hosts); ?>" data-dependencies="<?= $this->escape($data_dependencies); ?>" style="width: 100%;height:100%;"></div>
</div>