order from oldest to newest, also places 'last contact, observed, and boot
[plewww.git] / 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 ();