mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#12716 fixed permission in monitor detail
This commit is contained in:
parent
0efa911300
commit
70f213811e
@ -1061,7 +1061,7 @@ $buttons .= html_print_button(
|
|||||||
],
|
],
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
if (check_acl($config['id_user'], 0, 'AW')) {
|
||||||
$buttons .= html_print_button(
|
$buttons .= html_print_button(
|
||||||
__('Manage filter'),
|
__('Manage filter'),
|
||||||
'save-filter',
|
'save-filter',
|
||||||
@ -1074,6 +1074,7 @@ $buttons .= html_print_button(
|
|||||||
],
|
],
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
$filters .= html_print_div(
|
$filters .= html_print_div(
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user