IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33815 for trunk


Ignore:
Timestamp:
Apr 19, 2012, 10:53:26 AM (14 years ago)
Author:
rhenders
Message:

added chipbackground stage

File:
1 edited

Legend:

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

    r33806 r33815  
    3636        "diff",
    3737        "dist",
    38         "pub");
     38        "pub",
     39        "chipbackground");
    3940
    4041$servers=array(
     
    475476        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, (!$isUpdate && !$publishing) ? "gray" : null);
    476477
     478        $link = $defaultlink;
     479        getStateAndFaults($db, $thisLabel, $selectedState, "chipbackground", $str, $anyFaults);
     480        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
     481
    477482        echo "</tr>\n";
    478483    }
Note: See TracChangeset for help on using the changeset viewer.