Commit 2abd4680 authored by Ad Schellevis's avatar Ad Schellevis

(netflow) add acl and menu registration

parent c2146590
......@@ -40,4 +40,12 @@
<pattern>api/diagnostics/systemhealth/*</pattern>
</patterns>
</page-diagnostics-health>
<page-diagnostics-netflow>
<name>WebCfg - Diagnostics: Netflow configuration</name>
<description>Allows access to the Netflow configuration</description>
<patterns>
<pattern>ui/diagnostics/netflow/*</pattern>
<pattern>api/diagnostics/netflow/*</pattern>
</patterns>
</page-diagnostics-netflow>
</acl>
......@@ -7,6 +7,9 @@
<Routes>
<Status order="20" url="/ui/diagnostics/interface/routes/"/>
</Routes>
<Settings>
<Netflow order="1000" VisibleName="NetFlow" url="/ui/diagnostics/netflow/"/>
</Settings>
</System>
<Interfaces>
<Diagnostics>
......
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