Can't assign monitors to groups.
Can't assign monitors to groups.
I am trying to create a couple groups of Monitors. However, there seems to be no way for me to be able to assign any monitors to these groups.
If I click the radio button next to the group and click edit, I get a new screen which says Name and Monitor IDs, but the ids window has nothing selectable.
Any ideas? I know I've done this before on a different installation, but this one doesn't seem to have that functionality.
If I click the radio button next to the group and click edit, I get a new screen which says Name and Monitor IDs, but the ids window has nothing selectable.
Any ideas? I know I've done this before on a different installation, but this one doesn't seem to have that functionality.
I'm asking the groups from the standard console, where it says "X Monitors".
You can click on there and make groups. But how do you assign cameras to those created groups?
It looks like there should be a way to select the cameras, but in no way can I choose any. They are all listed there, but nothing is clickable. See attached screenshot.
You can click on there and make groups. But how do you assign cameras to those created groups?
It looks like there should be a way to select the cameras, but in no way can I choose any. They are all listed there, but nothing is clickable. See attached screenshot.
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
There appears to be a small type in web/skins/classic/views/group.php
The '<td' should obviously be a '<td>'. Firefox doesn't seem to care but maybe your browser is more picky. I have fixed in the trunk and it will up on SVN shortly.
Code: Select all
<th scope="row">Monitor Ids</th>
<td
<select name="newGroup[MonitorIds][]" size="4" multiple="multiple">
Phil