add Groups to monitor edit

pull/2077/head
Isaac Connor 2018-02-26 16:09:36 -08:00
parent 9d1a8b1e18
commit 92c34f6043
1 changed files with 3 additions and 0 deletions

View File

@ -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' ) {