Index: trunk/pstamp/scripts/pstamp_server_status
===================================================================
--- trunk/pstamp/scripts/pstamp_server_status	(revision 41584)
+++ trunk/pstamp/scripts/pstamp_server_status	(revision 42049)
@@ -53,5 +53,5 @@
 my $now = `date -u`;
 
-print "<b>Status updated: &nbsp;&nbsp;&nbsp;</b> $now<br /><br />\n";
+print "<b>Status updated: &nbsp;&nbsp;&nbsp;</b> $now<br />\n";
 
 my $down = 0;
@@ -121,7 +121,10 @@
 
     if ($scheduler_state) {
-        print "Pantasks Scheduler $scheduler_state.\n";
+        print $br . "Pantasks Scheduler $scheduler_state.\n";
         if ($controller_state) {
             print $br . "Pantasks Controller $controller_state.\n";
+            # loading active labels
+            my $runlabels = `echo \"show.labels; quit\" \| pantasks_client -c ~ippitc/pstamp/ptolemy.rc \| tail -n +7`;
+            print $br . "Current Labels: \n" . $runlabels . "\n";
         } else {
             print STDERR "Controller state not found";
