diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-01-09 07:16:10 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-01-09 07:16:10 +0000 |
| commit | baf02ab977d8bb5a7cc9a16d4d440c359de4b73f (patch) | |
| tree | 3567eafe63e43163cbd5f0190c56ee486a8e1649 /frontends/php/hosts.html | |
| parent | 38d78876d1e4914a21682ae7a319fc1f98a6c4db (diff) | |
- even more support for IT Services (Alexei)
- added column status to table services (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@276 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.html')
| -rw-r--r-- | frontends/php/hosts.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/hosts.html b/frontends/php/hosts.html index a8a86b7a..c05aca2d 100644 --- a/frontends/php/hosts.html +++ b/frontends/php/hosts.html @@ -40,6 +40,7 @@ <? show_table_header("HOSTS"); echo "<TABLE BORDER=0 COLS=4 WIDTH=\"100%\" BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; + echo "<TR>"; echo "<TD WIDTH=\"10%\" NOSAVE><B>Host</B></TD>"; echo "<TD WIDTH=\"10%\" NOSAVE><B>Port</B></TD>"; echo "<TD WIDTH=\"10%\" NOSAVE><B>Status</B></TD>"; @@ -160,8 +161,6 @@ echo "<input type=\"submit\" name=\"register\" value=\"delete\">"; } - echo "</form>"; - show_table2_header_end(); ?> |
