diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-29 08:11:38 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-29 08:11:38 +0000 |
| commit | 96b79d8f853c69ec427a1a08d813aed1dbc143bf (patch) | |
| tree | eb373de1d269fe14511ae0637f84e0f35d6e49d1 /frontends/php/include | |
| parent | f234b8afd1c33641b61bfb95b171ca6af1feb6b3 (diff) | |
| download | zabbix-96b79d8f853c69ec427a1a08d813aed1dbc143bf.tar.gz zabbix-96b79d8f853c69ec427a1a08d813aed1dbc143bf.tar.xz zabbix-96b79d8f853c69ec427a1a08d813aed1dbc143bf.zip | |
- cosmetic changes for IT Services screen (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1066 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 4103151c..8edaff91 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -458,15 +458,15 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; } elseif($status==4) { - $desc="<font color=\"#FF8888\">Serious problem</a>"; + $desc="<font color=\"#FF8888\">Serious problem</a>"; } elseif($status==3) { - $desc="<font color=\"#AA0000\">Average problem</a>"; + $desc="<font color=\"#AA0000\">Average problem</a>"; } elseif($status==2) { - $desc="<font color=\"#AA5555\">Minor problem</a>"; + $desc="<font color=\"#AA5555\">Minor problem</a>"; } elseif($status==1) { |
