add Groups to monitor edit
parent
9d1a8b1e18
commit
92c34f6043
|
@ -726,6 +726,9 @@ switch ( $tab ) {
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><?php echo translate('Groups'); ?></td><td><select name="newMonitor[GroupIds]" multiple="multiple" class="chosen"><?php
|
||||
echo htmlOptions(Group::get_dropdown_options( ), $monitor->GroupIds() );
|
||||
?></td></tr>
|
||||
<tr><td><?php echo translate('AnalysisFPS') ?></td><td><input type="text" name="newMonitor[AnalysisFPSLimit]" value="<?php echo validHtmlStr($monitor->AnalysisFPSLimit()) ?>" size="6"/></td></tr>
|
||||
<?php
|
||||
if ( $monitor->Type() != 'Local' && $monitor->Type() != 'File' && $monitor->Type() != 'NVSocket' ) {
|
||||
|
|
Loading…
Reference in New Issue