Ignore:
Timestamp:
03/24/13 15:16:58 (11 years ago)
Author:
ramonb
Message:

templates/host_view.tpl:

  • changed report sizes

index.php:

  • added overview-host

host_view.php:

  • added overview-host

graph.php:

  • fixed load color
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/graph.php

    r733 r734  
    523523$lower_limit = "--lower-limit 0";
    524524
     525if( !isset( $load_color ) or ( $load_color == '') )
     526{
     527    $load_color = 'FFFFFF';
     528}
     529
    525530# Calculate time range.
    526531if ( isset($sourcetime) )
     
    550555$debug=0;
    551556
    552 if( !isset( $load_color ) )
    553 {
    554     $load_color = '000000';
    555 }
    556557
    557558# Did we generate a command?   Run it.
Note: See TracChangeset for help on using the changeset viewer.