tbrehm
2008-12-10 164db6ad7fa1e974864a127c5514f3b5cc2170db
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);\">";