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 = Server::find_all(); $ServersById = array(); foreach ( $servers as $S ) { $ServersById[$S->Id()] = $S; } $storage_areas = Storage::find_all(); $StorageById = array(); foreach ( $storage_areas as $S ) { $StorageById[$S->Id()] = $S; } $focusWindow = true; xhtmlHeaders(__FILE__, translate('Function')); ?>