Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 29268)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 29269)
@@ -492,10 +492,10 @@
                 $link = $link . "stop";
                 write_table_cell($class, '%s', $link, "stop");
-                write_table_cell($class, '%s', "", "running");
+                write_table_cell($class, '%s', "", "");
             }
             else {
 
                 $link = $link . "run";
-                write_table_cell($class, '%s', "", "stopped");
+                write_table_cell($class, '%s', "", "");
                 write_table_cell($class, '%s', $link, "run");
             }
