icingaweb2-module-director/application/views/scripts/config/file.phtml

14 lines
219 B
PHTML
Raw Normal View History

<div class="controls">
<?= $this->tabs ?>
<h1><?= $title ?></h1>
2016-03-23 01:31:33 +01:00
<span data-base-target="_self">
<?= $this->addLink ?>
</span>
</div>
<div class="content">
<pre>
<?= $this->escape($file->getContent()) ?>
</pre>
</div>