IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29269


Ignore:
Timestamp:
Sep 29, 2010, 3:38:49 PM (16 years ago)
Author:
rhenders
Message:

less cluttered display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_labels.php

    r29268 r29269  
    492492                $link = $link . "stop";
    493493                write_table_cell($class, '%s', $link, "stop");
    494                 write_table_cell($class, '%s', "", "running");
     494                write_table_cell($class, '%s', "", "");
    495495            }
    496496            else {
    497497
    498498                $link = $link . "run";
    499                 write_table_cell($class, '%s', "", "stopped");
     499                write_table_cell($class, '%s', "", "");
    500500                write_table_cell($class, '%s', $link, "run");
    501501            }
Note: See TracChangeset for help on using the changeset viewer.