mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/apcupsd: fix ACL
This commit is contained in:
parent
ed333b463c
commit
d02e175cd2
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
<page-services-apcupsd>
|
||||
<name>Services: Apcupsd System Monitoring page</name>
|
||||
<patterns>
|
||||
<pattern>api/apcupsd/service/*</pattern>
|
||||
<pattern>api/apcupsd/settings/*</pattern>
|
||||
<pattern>ui/apcupsd/*</pattern>
|
||||
<pattern>api/apcupsd/*</pattern>
|
||||
</patterns>
|
||||
</page-services-apcupsd>
|
||||
</acl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue