[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: selectHosts.php (HEAD) [davelowe]



Module name:	ossec-hids
Changes by:	davelowe	07/07/19 01:03:07

Modified files:
	selectHosts.php

Log message:
Dropped the amount of hosts in the selectbox to 9

Index: selectHosts.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Site/selectHosts.php,v
diff -u -r1.2 -r1.3
--- selectHosts.php	11 Jul 2007 01:55:33 -0000	1.2
+++ selectHosts.php	19 Jul 2007 04:03:07 -0000	1.3
@@ -36,7 +36,7 @@
     <tr>
       <td>
         <form id="formHost" name="formHost" method="get" action="index.php">
-          <select name="selectHost" size="11" id="selectHost" onclick="submit();">
+          <select name="selectHost" size="9" id="selectHost" onclick="submit();">
 	    <option value="All">All</option>
 	    <?php
 	    foreach ($agent_list as $agent)


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.