projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d2c2c
)
Include date of last check in output.
author
Mike Taylor
<mike@indexdata.com>
Mon, 6 Nov 2006 11:37:43 +0000
(11:37 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 6 Nov 2006 11:37:43 +0000
(11:37 +0000)
web/htdocs/details/full.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/full.mc
b/web/htdocs/details/full.mc
index
f1d7d73
..
62faa57
100644
(file)
--- a/
web/htdocs/details/full.mc
+++ b/
web/htdocs/details/full.mc
@@
-1,4
+1,4
@@
-%# $Id: full.mc,v 1.4 2006-10-31 16:18:47 mike Exp $
+%# $Id: full.mc,v 1.5 2006-11-06 11:37:43 mike Exp $
<%args>
$id
</%args>
@@
-20,6
+20,7
@@
if ($n == 0) {
my $rec = $rs->record(0);
my $xc = irspy_xpath_context($rec);
my @fields = (
+ [ "Last Checked" => "i:status/i:probe[last()]" ],
[ Protocol => "e:serverInfo/\@protocol" ],
[ Host => "e:serverInfo/e:host" ],
[ Port => "e:serverInfo/e:port" ],