mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(netflow) add acl and menu registration
This commit is contained in:
parent
c2146590f3
commit
2abd4680b7
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user