diff options
-rw-r--r-- | shorewall-status-html.lsp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shorewall-status-html.lsp b/shorewall-status-html.lsp index 4af95f6..3e7d6a8 100644 --- a/shorewall-status-html.lsp +++ b/shorewall-status-html.lsp @@ -14,10 +14,12 @@ <dt>Program reports</dt> <dd><?= view.status.state ?></dd> -<? --[[ ?> + +<? ---[[ ?> +<H2>MANAGEMENT</H2> <dt>Preform check of configs</dt> <dd><form name="check" action="" method="POST"><input type="submit" name="cmd" value="check" class="submit"></form></dd> - +<? --[[ ?> <dt>Preform fw restart</dt> <dd><form name="restart" action="" method="POST"><input type="submit" name="cmd" value="restart" class="submit"></form><? if (view.programstats.restart) then io.write(view.programstats.restart) end ?></dd> <? --]] ?> |