diff options
Diffstat (limited to 'shorewall-check-html.lsp')
-rw-r--r-- | shorewall-check-html.lsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shorewall-check-html.lsp b/shorewall-check-html.lsp index e470d44..75f019b 100644 --- a/shorewall-check-html.lsp +++ b/shorewall-check-html.lsp @@ -2,11 +2,15 @@ <h1>SYSTEM INFO</h1> +<DL> <dt>Program status</dt> <DD><?= view.status.status ?></DD> +</DL> +<DL> <dt>Program version</dt> <dd><?= view.status.version ?></dd> +</DL> <h1>CONFIGURATION</h1> |