mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
(ids) add IDS to menu and acl
This commit is contained in:
parent
29b4f2e140
commit
df8444ee58
@ -108,6 +108,7 @@
|
||||
<SNMP VisibleName="SNMP" url="/services_snmp.php"/>
|
||||
<UPnP VisibleName="Universal Plug and Play" url="/services_upnp.php"/>
|
||||
<WoL VisibleName="Wake on LAN" url="/services_wol.php"/>
|
||||
<IDS VisibleName="Intrusion Detection" url="/ui/ids/"/>
|
||||
</Services>
|
||||
|
||||
<VPN order="5" cssClass="glyphicon glyphicon-lock">
|
||||
|
||||
@ -1604,5 +1604,13 @@
|
||||
"ui/proxy/*",
|
||||
"api/proxy/*"
|
||||
]
|
||||
},
|
||||
"page-services-ids": {
|
||||
"name": "WebCfg - Services: Intrusion detection",
|
||||
"descr": "Allow access to the 'Services: IDS' page'",
|
||||
"match": [
|
||||
"ui/ids/*",
|
||||
"api/ids/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user