diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index 49d154d2c..8f30070e0 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -19,6 +19,7 @@ // require_once('includes/Server.php'); +$servers = Server::find_all(); $eventCounts = array( array( @@ -237,7 +238,9 @@ else + 1 ) { ?> + - + @@ -308,10 +311,12 @@ foreach( $displayMonitors as $monitor ) ?> '.translate('Fn'.$monitor['Function']).( empty($monitor['Enabled']) ? ', disabled' : '' ) .'', canEdit( 'Monitors' ) ) ?> + 1 ) { ?> Name(); ?> + '.$monitor['Device'].' ('.$monitor['Channel'].')', canEdit( 'Monitors' ) ) ?>