mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
#12716 fixed permission in monitor detail
This commit is contained in:
parent
0efa911300
commit
70f213811e
@ -1061,8 +1061,8 @@ $buttons .= html_print_button(
|
||||
],
|
||||
true
|
||||
);
|
||||
|
||||
$buttons .= html_print_button(
|
||||
if (check_acl($config['id_user'], 0, 'AW')) {
|
||||
$buttons .= html_print_button(
|
||||
__('Manage filter'),
|
||||
'save-filter',
|
||||
false,
|
||||
@ -1073,7 +1073,8 @@ $buttons .= html_print_button(
|
||||
'class' => 'float-left margin-right-2 sub wand',
|
||||
],
|
||||
true
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
$filters .= html_print_div(
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user