Commit df8444ee authored by Ad Schellevis's avatar Ad Schellevis

(ids) add IDS to menu and acl

parent 29b4f2e1
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
<SNMP VisibleName="SNMP" url="/services_snmp.php"/> <SNMP VisibleName="SNMP" url="/services_snmp.php"/>
<UPnP VisibleName="Universal Plug and Play" url="/services_upnp.php"/> <UPnP VisibleName="Universal Plug and Play" url="/services_upnp.php"/>
<WoL VisibleName="Wake on LAN" url="/services_wol.php"/> <WoL VisibleName="Wake on LAN" url="/services_wol.php"/>
<IDS VisibleName="Intrusion Detection" url="/ui/ids/"/>
</Services> </Services>
<VPN order="5" cssClass="glyphicon glyphicon-lock"> <VPN order="5" cssClass="glyphicon glyphicon-lock">
......
...@@ -1604,5 +1604,13 @@ ...@@ -1604,5 +1604,13 @@
"ui/proxy/*", "ui/proxy/*",
"api/proxy/*" "api/proxy/*"
] ]
},
"page-services-ids": {
"name": "WebCfg - Services: Intrusion detection",
"descr": "Allow access to the 'Services: IDS' page'",
"match": [
"ui/ids/*",
"api/ids/*"
]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment