2010-08-31 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/networkmap.php: Fixed the groups combo into the options of networkmaps to show only visible groups git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3202 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5fe27efca1
commit
24d1c2df19
pandora_console
|
@ -1,3 +1,9 @@
|
|||
2010-08-31 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.php: Fixed the groups
|
||||
combo into the options of networkmaps to show only
|
||||
visible groups
|
||||
|
||||
2010-08-31 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/update_manager.php: Removed the update
|
||||
|
|
|
@ -244,7 +244,7 @@ $options_form .= __('Name') . '<br />';
|
|||
$options_form .= print_input_text ('name', $name, '', 10, 25, true);
|
||||
$options_form .= '</td>';
|
||||
$options_form .= '<td valign="top">' . __('Group') . '<br />';
|
||||
$options_form .= print_select_groups(false, false, false, 'group', $group, '', 'All', 0, true);
|
||||
$options_form .= print_select_groups(false, 'AR', false, 'group', $group, '', 'All', 0, true);
|
||||
$options_form .= '</td>';
|
||||
if($activeTab == 'groups' || $activeTab == 'policies'){
|
||||
$options_form .= '<td valign="top">' . __('Module group') . '<br />';
|
||||
|
|
Loading…
Reference in New Issue