fantu
2008-12-11 baac49e1be0d7189da7c28f02efc8be05806c364
interface/web/monitor/lib/module.conf.php
@@ -23,6 +23,7 @@
 We need all the available servers on the left navigation.
 So fetch them from the database and add then to the navigation as dropdown-list
*/
$servers = $app->db->queryAllRecords("SELECT server_id, server_name FROM server order by server_name");
$dropDown = "<select id='server_id' onchange=\"loadContent('monitor/show_sys_state.php?state=server&server=' + document.getElementById('server_id').value);\">";