(ids) add IDS to menu and acl

This commit is contained in:
Ad Schellevis 2015-07-01 16:00:09 +00:00
parent 29b4f2e140
commit df8444ee58
2 changed files with 9 additions and 0 deletions

View File

@ -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">

View File

@ -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/*"
]
}
}