summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.html
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-01-09 07:16:10 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-01-09 07:16:10 +0000
commitbaf02ab977d8bb5a7cc9a16d4d440c359de4b73f (patch)
tree3567eafe63e43163cbd5f0190c56ee486a8e1649 /frontends/php/hosts.html
parent38d78876d1e4914a21682ae7a319fc1f98a6c4db (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.html3
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();
?>