X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffull.mc;h=62faa57ca77c05b8bda264736e6fce4ef818a280;hb=a576855f97602876dce44af404f5c3b7b79bef57;hp=f1d7d7320e83de6ac9da262b1b1420d1903f6f33;hpb=11d2c2c33ebbced2901f5a4587c3ac93dc3c5a9b;p=irspy-moved-to-github.git diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index f1d7d73..62faa57 100644 --- 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 @@ -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" ],