IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2012, 1:42:47 PM (14 years ago)
Author:
rhenders
Message:

Removed magic and magicDS

File:
1 edited

Legend:

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

    r33063 r33800  
    3535        "stack",
    3636        "diff",
    37         "magic",
    38         "magicDS",
    3937        "dist",
    4038        "pub");
     
    470468
    471469        $link = $defaultlink;
    472         getStateAndFaults($db, $thisLabel, $selectedState, "magic", $str, $anyFaults);
    473         createFormattedTableCell($anyFaults, $link, $str, $anyFaults, (!$isUpdate && !$distributing) ? "gray" : null);
    474 
    475         $link = $defaultlink;
    476         getStateAndFaults($db, $thisLabel, $selectedState, "magicDS", $str, $anyFaults);
    477         createFormattedTableCell($anyFaults, $link, $str, $anyFaults, (!$isUpdate && !$distributing) ? "gray" : null);
    478 
    479         $link = $defaultlink;
    480470        getStateAndFaults($db, $thisLabel, $selectedState, "dist", $str, $anyFaults);
    481471        createFormattedTableCell($anyFaults, $link, $str, $anyFaults, (!$isUpdate && !$distributing) ? "gray" : null);
Note: See TracChangeset for help on using the changeset viewer.