IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30943


Ignore:
Timestamp:
Mar 17, 2011, 1:37:20 PM (15 years ago)
Author:
rhenders
Message:

Put back ability to show current pantasks server status

File:
1 edited

Legend:

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

    r30939 r30943  
    746746        //write_table_cell($class, '%s', $link, $server);
    747747        //write_table_cell($class, '%s', "", $alive ? "yes" : "NO");
    748         echo "<td>$server</td>";
     748        //echo "<td>$server</td>";
     749        createFormattedTableCell(1, $link, $server, 0);
    749750        createFormattedTableCell(0, "", $alive ? "yes" : "NO", !$alive);
    750751        createFormattedTableCell(0, "", $running ? "yes" : "NO", !$running);
Note: See TracChangeset for help on using the changeset viewer.