diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index 53479787f..02923ab6d 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -22,6 +22,7 @@ require_once('includes/Server.php'); $servers = Server::find_all(); require_once('includes/Storage.php'); $storage_areas = Storage::find_all(); +require_once('includes/Monitor.php'); $show_storage_areas = count($storage_areas) > 1 and canEdit( 'System' ) ? 1 : 0; $eventCounts = array( @@ -240,41 +241,41 @@ else ?> 
- - - - - +
+
+
+
+
-
+
- +
- +
- +
- +
- +
- - - - - - + - +
- - - - - +
+
+ + +
-
+
-
- +
+
'.translate('Fn'.$monitor['Function']).( empty($monitor['Enabled']) ? ', disabled' : '' ) .'', canEdit( 'Monitors' ) ) ?>
- + ?> - +
'.$monitor['Device'].' ('.$monitor['Channel'].')', canEdit( 'Monitors' ) ) ?>
- +
'.preg_replace( '/^.*@/', '', $monitor['Host'] ).'', canEdit( 'Monitors' ) ) ?>
- +
'.preg_replace( '/^.*\//', '', $monitor['Path'] ).'', canEdit( 'Monitors' ) ) ?>
Name(); $shortpath = 'Monitor ' . $monitor['Id']; } ?> - +
'.$shortpath.'', canEdit( 'Monitors' ) ) ?>
- +
'.preg_replace( '/^.*\//', '', $monitor['Path'] ).'', canEdit( 'Monitors' ) ) ?>
- +
 
- +?> - +
- +
- +
', $monitor['Sequence']>$minSequence ) ?>', $monitor['Sequence']<$maxSequence ) ?>
- - +
disabled="disabled"/>
+ - -
+ + +
+
+
-
'.translate('Fn'.$monitor['Function']).( empty($monitor['Enabled']) ? ', disabled' : '' ) .'', canEdit( 'Monitors' ) ) ?> Name(); - ?> '.$monitor['Device'].' ('.$monitor['Channel'].')', canEdit( 'Monitors' ) ) ?> '.preg_replace( '/^.*@/', '', $monitor['Host'] ).'', canEdit( 'Monitors' ) ) ?> '.preg_replace( '/^.*\//', '', $monitor['Path'] ).'', canEdit( 'Monitors' ) ) ?> '.$shortpath.'', canEdit( 'Monitors' ) ) ?> '.preg_replace( '/^.*\//', '', $monitor['Path'] ).'', canEdit( 'Monitors' ) ) ?>   Name(); -?> ', $monitor['Sequence']>$minSequence ) ?>', $monitor['Sequence']<$maxSequence ) ?> disabled="disabled"/>
+
+