diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-01-15 11:44:50 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-01-15 11:44:50 -0800 |
commit | c2c5b730277cdedaef48c301e1eb0f99158b92db (patch) | |
tree | ade0e3adbf390f88a3b8b3989727db6a91c386f2 | |
parent | 5ae82b3b7576281c014af3ac6fc7c73ee3fcb6a0 (diff) |
title
-rw-r--r-- | httemplate/view/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/Status.html b/httemplate/view/Status.html index ff2d24358..6c7361766 100644 --- a/httemplate/view/Status.html +++ b/httemplate/view/Status.html @@ -1,4 +1,4 @@ -<& /elements/header.html &> +<& /elements/header.html, 'System Status' &> % foreach my $section ( keys %status ) { <FONT CLASS="fsinnerbox-title"><% mt($section) |h %></FONT> <TABLE CLASS="fsinnerbox"> |