Skip to content

Commit

Permalink
rrd: purge the old frontend, move settings to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Oct 5, 2015
1 parent af8f5ab commit df81ae8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1,850 deletions.
4 changes: 1 addition & 3 deletions src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<Miscellaneous url="/system_advanced_misc.php"/>
<Tunables VisibleName="Tunables" url="/system_advanced_sysctl.php"/>
<Notifications url="/system_advanced_notifications.php"/>
<RRDGraphs VisibleName="RRD Graphs" url="/status_rrd_graph_settings.php"/>
</Settings>
<Wizard url="/wizard.php" cssClass="fa fa-magic">
<Step url="/wizard.php*"/>
Expand Down Expand Up @@ -247,9 +248,6 @@
</LoadBalancer>
<NTP url="/status_ntpd.php"/>
<OpenVPN url="/status_openvpn.php"/>
<RRDGraphs VisibleName="RRD Graphs" url="/status_rrd_graph.php">
<Settings url="/status_rrd_graph_settings.php"/>
</RRDGraphs>
<Services url="/status_services.php">
<ServicesActions url="/status_services.php?*"/>
</Services>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1129,14 +1129,6 @@
"status_openvpn.php*"
]
},
"page-status-rrdgraphs": {
"name": "WebCfg - Status: RRD Graphs page",
"descr": "Allow access to the 'Status: RRD Graphs' page.",
"match": [
"status_rrd_graph.php*",
"status_rrd_graph_img.php*"
]
},
"page-status-rrdgraph-settings": {
"name": "WebCfg - Status: RRD Graphs settings page",
"descr": "Allow access to the 'Status: RRD Graphs: settings' page.",
Expand Down
Loading

0 comments on commit df81ae8

Please sign in to comment.