Changeset 37983 for trunk/ippMonitor/raw/czartool_labels.php
- Timestamp:
- Mar 20, 2015, 11:11:50 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/czartool_labels.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_labels.php
r34900 r37983 37 37 "dist", 38 38 "pub", 39 "chipbackground"); 39 ); 40 # "chipbackground"); 40 41 41 42 $servers=array( … … 46 47 "distribution", 47 48 "pstamp", 48 "update",49 "publishing",49 # "update", 50 # "publishing", 50 51 "registration", 51 52 "replication", 52 53 "stack", 53 "deepstack",54 # "deepstack", 54 55 "stdscience", 55 56 "summitcopy"); … … 95 96 $labels = getLabels($czardb, $selectedMode); 96 97 $distLabels = getLabels($czardb, "distribution"); 97 $pubLabels = getLabels($czardb, "publishing"); 98 # $pubLabels = getLabels($czardb, "publishing"); 99 $pubLabels = $labels; 98 100 99 101 if ($debug) { … … 445 447 $anyFaults = false; 446 448 447 $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel . "&chipRun.state=".$searchState; 449 // Note: Do not include the state for chip, cam, and warp so that both new and update faults are listed 450 $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel ; # . "&chipRun.state=".$searchState; 448 451 getStateAndFaults($db, $thisLabel, $selectedState, "chip", $str, $anyFaults); 449 452 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0); 450 453 451 $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel . "&camRun.state=".$searchState;454 $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel ; # . "&camRun.state=".$searchState; 452 455 getStateAndFaults($db, $thisLabel, $selectedState, "cam", $str, $anyFaults); 453 456 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0); … … 457 460 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0); 458 461 459 $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel . "&warpRun.state=".$searchState;462 $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel ; # . "&warpRun.state=".$searchState; 460 463 getStateAndFaults($db, $thisLabel, $selectedState, "warp", $str, $anyFaults); 461 464 createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
Note:
See TracChangeset
for help on using the changeset viewer.
