order from oldest to newest, also places 'last contact, observed, and boot
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 12 Jun 2009 19:14:37 +0000 (19:14 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 12 Jun 2009 19:14:37 +0000 (19:14 +0000)
state together for easier scanning.

planetlab/nodes/node.php

index a0e1aef..8be9900 100644 (file)
@@ -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 ();