diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-05-25 07:40:51 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-05-25 07:40:51 +0000 |
| commit | 231faf1162a0aac6feb4e30b18da7bd14bb8de11 (patch) | |
| tree | 5c9266d54cb8b65d5014629871ff730547268bdb /frontends/php/srv_status.php | |
| parent | d3efc4c51bb20d6122b9b45964017a9d1eae7c3a (diff) | |
- added support for real delta. item.delta=2. (Alexei)
- new selection for triggers.php (Alexei)
- new selection for items.php (Alexei)
- removed helpdesk.php (Alexei)
- fixed check of permissions for screenedit.php (Alexei)
- new selection for graphs in charts.php (Alexei)
- new selection of maps in maps.php (Alexei)
- new selection of group and host for latest.php (Alexei)
- added support for macro {IPADDRESS} (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1348 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/srv_status.php')
| -rw-r--r-- | frontends/php/srv_status.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php index e0a08000..05e2273c 100644 --- a/frontends/php/srv_status.php +++ b/frontends/php/srv_status.php @@ -19,7 +19,7 @@ **/ ?> <?php - $page["title"] = "High-level representation of monitored data"; + $page["title"] = S_IT_SERVICES; $page["file"] = "srv_status.php"; include "include/config.inc.php"; @@ -27,7 +27,7 @@ ?> <?php - show_table_header("IT SERVICES"); + show_table_header(S_IT_SERVICES_BIG); if(isset($HTTP_GET_VARS["serviceid"])&&isset($HTTP_GET_VARS["showgraph"])) { @@ -48,12 +48,12 @@ echo "<table border=0 width=100% bgcolor='#CCCCCC' cellspacing=1 cellpadding=3>"; echo "\n"; echo "<tr>"; - echo "<td width=40%><b>Service</b></td>"; - echo "<td width=10%><b>Status</b></td>"; - echo "<td><b>Reason</b></td>"; - echo "<td width=20%><b>SLA (last 7 days)</b></td>"; - echo "<td width=10% align=center><b>Planned/current SLA</b></td>"; - echo "<td width=5%><b>Graph</b></td>"; + echo "<td width=40%><b>".S_SERVICE."</b></td>"; + echo "<td width=10%><b>".S_STATUS."</b></td>"; + echo "<td><b>".S_REASON."</b></td>"; + echo "<td width=20%><b>".S_SLA_LAST_7_DAYS."</b></td>"; + echo "<td width=10% align=center><b>".nbsp(S_PLANNED_CURRENT_SLA)."</b></td>"; + echo "<td width=5%><b>".S_GRAPH."</b></td>"; echo "</tr>"; echo "\n"; $col=0; @@ -129,7 +129,7 @@ // { $description=nbsp(expand_trigger_description($row["triggerid"])); // } - $description="[<a href=\"alarms.php?triggerid=".$row["triggerid"]."\">TRIGGER</a>] $description"; + $description="[<a href=\"alarms.php?triggerid=".$row["triggerid"]."\">".S_TRIGGER_BIG."</a>] $description"; } else { |
