The following monitors will have these settings update when you click Save:
', array_map(function($m){return $m->Id().' ' .$m->Name();}, $monitors)); ?>
$_REQUEST['mids'])); $monitor = $monitors[0]; $servers = ZM\Server::find(); $ServersById = array(); foreach ( $servers as $S ) { $ServersById[$S->Id()] = $S; } $storage_areas = ZM\Storage::find(); $StorageById = array(); foreach ( $storage_areas as $S ) { $StorageById[$S->Id()] = $S; } $focusWindow = true; xhtmlHeaders(__FILE__, translate('Monitors')); getBodyTopHTML(); echo getNavBarHTML(); ?>