Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
a7852604
Commit
a7852604
authored
Jun 18, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
queues: remove status_queues.php
parent
34e4226f
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
323 deletions
+0
-323
Menu.xml
src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
+0
-1
ACL_Legacy_Page_Map.json
...nse/mvc/app/models/OPNsense/Core/ACL_Legacy_Page_Map.json
+0
-7
shortcuts.inc
src/www/shortcuts.inc
+0
-1
status_filter_reload.php
src/www/status_filter_reload.php
+0
-3
status_queues.php
src/www/status_queues.php
+0
-311
No files found.
src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
View file @
a7852604
...
...
@@ -155,7 +155,6 @@
</LoadBalancer>
<NTP
url=
"/status_ntpd.php"
/>
<OpenVPN
url=
"/status_openvpn.php"
/>
<Queues
url=
"/status_queues.php"
/>
<RRDGraphs
VisibleName=
"RRD Graphs"
url=
"/status_rrd_graph.php"
>
<Settings
url=
"/status_rrd_graph_settings.php"
/>
</RRDGraphs>
...
...
src/opnsense/mvc/app/models/OPNsense/Core/ACL_Legacy_Page_Map.json
View file @
a7852604
...
...
@@ -1286,13 +1286,6 @@
"ifstats.php*"
]
},
"page-status-trafficshaper-queues"
:
{
"name"
:
"WebCfg - Status: Traffic shaper: Queues page"
,
"descr"
:
"Allow access to the 'Status: Traffic shaper: Queues' page."
,
"match"
:
[
"status_queues.php*"
]
},
"page-status-upnpstatus"
:
{
"name"
:
"WebCfg - Status: UPnP Status page"
,
"descr"
:
"Allow access to the 'Status: UPnP Status' page."
,
...
...
src/www/shortcuts.inc
View file @
a7852604
...
...
@@ -212,7 +212,6 @@ $shortcuts['interfaces']['status'] = "status_interfaces.php";
$shortcuts
[
'trafficshaper'
]
=
array
();
$shortcuts
[
'trafficshaper'
][
'main'
]
=
"firewall_shaper.php"
;
$shortcuts
[
'trafficshaper'
][
'status'
]
=
"status_queues.php"
;
$shortcuts
[
'forwarder'
]
=
array
();
$shortcuts
[
'forwarder'
][
'main'
]
=
"services_dnsmasq.php"
;
...
...
src/www/status_filter_reload.php
View file @
a7852604
...
...
@@ -86,7 +86,6 @@ include("head.inc");
<?php
echo
$status
;
?>
</div>
<div
id=
"doneurl"
>
</div>
<br/>
...
...
@@ -122,8 +121,6 @@ function update_data(obj) {
}
else
if
(
result_text
==
"
Done
"
)
{
jQuery
(
'
#status
'
).
html
(
'
Done. The filter rules have been reloaded.
'
);
jQuery
(
'
#reloadinfo
'
).
css
(
"
visibility
"
,
"
hidden
"
);
jQuery
(
'
#doneurl
'
).
css
(
"
visibility
"
,
"
visible
"
);
jQuery
(
'
#doneurl
'
).
html
(
"
<p><a href='status_queues.php'>Queue Status<
\
/a><
\
/p>
"
);
}
window
.
setTimeout
(
'
update_status_thread()
'
,
2500
);
}
...
...
src/www/status_queues.php
deleted
100644 → 0
View file @
34e4226f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment