From: Stephen Soltesz Date: Fri, 12 Jun 2009 19:14:37 +0000 (+0000) Subject: order from oldest to newest, also places 'last contact, observed, and boot X-Git-Tag: PLEWWW-4.3-19~10 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=4a8342f74c2a8a49441d95e2ef666286e40e8c3a order from oldest to newest, also places 'last contact, observed, and boot state together for easier scanning. --- diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index a0e1aef..8be9900 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -236,8 +236,8 @@ $details->th_td("Version",$version); // let's use plc_objects $Node = new Node($node); $details->th_td("Date created",$Node->dateCreated()); -$details->th_td("Last contact",$Node->lastContact()); $details->th_td("Last update",$Node->lastUpdated()); +$details->th_td("Last contact",$Node->lastContact()); // boot area $details->space ();