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/templates/host_view.tpl

    r399 r734  
    5252<TD ALIGN="CENTER" VALIGN="TOP" WIDTH="395">
    5353<IMG ALT="{cluster_url} LOAD"
    54    SRC="./graph.php?g=load_report&z=medium&c={cluster_url}&{graphargs}">
     54   SRC="./graph.php?g=load_report&z=overview-medium&c={cluster_url}&{graphargs}">
    5555<IMG ALT="{cluster_url} MEM"
    56    SRC="./graph.php?g=mem_report&z=medium&c={cluster_url}&{graphargs}">
     56   SRC="./graph.php?g=mem_report&z=overview-medium&c={cluster_url}&{graphargs}">
    5757<IMG ALT="{cluster_url} CPU"
    58    SRC="./graph.php?g=cpu_report&z=medium&c={cluster_url}&{graphargs}">
     58   SRC="./graph.php?g=cpu_report&z=overview-medium&c={cluster_url}&{graphargs}">
    5959<IMG ALT="{cluster_url} NETWORK"
    60    SRC="./graph.php?g=network_report&z=medium&c={cluster_url}&{graphargs}">
     60   SRC="./graph.php?g=network_report&z=overview-medium&c={cluster_url}&{graphargs}">
    6161<IMG ALT="{cluster_url} PACKETS"
    62    SRC="./graph.php?g=packet_report&z=medium&c={cluster_url}&{graphargs}">
     62   SRC="./graph.php?g=packet_report&z=overview-medium&c={cluster_url}&{graphargs}">
    6363
    6464</TD>
Note: See TracChangeset for help on using the changeset viewer.