fantu
2008-12-11 da5a1d9014b231f6920517c3aeee5b55575c5c28
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);\">";