monitoring/commands: Add 'command-form' partial

refs #6593
This commit is contained in:
Eric Lippmann 2014-09-16 17:28:00 +02:00
parent c21d7d1fdd
commit 0e6e37199a
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<div class="content">
<h1><?= $title ?></h1>
<?= $form ?>
</div>