summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgi/exilog_cgi_html.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgi/exilog_cgi_html.pm b/cgi/exilog_cgi_html.pm
index 4349fb4..d8171cd 100644
--- a/cgi/exilog_cgi_html.pm
+++ b/cgi/exilog_cgi_html.pm
@@ -50,6 +50,7 @@ sub render_server {
my $server = shift;
my $num_queued = shift;
my $h24_stats = shift;
+ my $last_update = shift;
$q->div({-class=>"top_spacer"},
$q->table({-class=>"stats", -cellspacing=>1, -cellpadding=>2, -border=>0},
@@ -63,6 +64,11 @@ sub render_server {
$q->td({-class=>"large_text"},
$server
)
+ ),
+ $q->Tr(
+ $q->td('', ''),
+ $q->td('', 'last update: '. $last_update),
+
)
)
),