system: fix snapshot ACL; closes #8111

This commit is contained in:
Franco Fichtner 2024-12-06 21:55:48 +01:00
parent 1293c51187
commit 918ba63bb5
2 changed files with 3 additions and 3 deletions

View File

@ -561,8 +561,8 @@
<page-snapshots>
<name>System: Snapshots</name>
<patterns>
<pattern>ui/snapshots/*</pattern>
<pattern>api/snapshots/*</pattern>
<pattern>ui/core/snapshots</pattern>
<pattern>api/core/snapshots/*</pattern>
</patterns>
</page-snapshots>
<page-system-firmware-manualupdate>

View File

@ -67,7 +67,7 @@
<Edit url="/system_advanced_sysctl.php*" visibility="hidden"/>
</Tunables>
</Settings>
<Snapshots cssClass="fa fa-hdd-o fa-fw" url="/ui/core/snapshots/"/>
<Snapshots cssClass="fa fa-hdd-o fa-fw" url="/ui/core/snapshots"/>
<Trust cssClass="fa fa-certificate fa-fw">
<Authorities url="/ui/trust/ca"/>
<Certificates url="/ui/trust/cert"/>