Commit 48387c61 authored by Franco Fichtner's avatar Franco Fichtner

acl: prevent wobble when scrolling by adjusting capitalisation

(cherry picked from commit 9d46db1a)
parent 6456066e
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
] ]
}, },
"page-diagnostics-restore-full-backup": { "page-diagnostics-restore-full-backup": {
"name": "Webcfg - Diagnostics: Restore full backup", "name": "WebCfg - Diagnostics: Restore full backup",
"descr": "Allow access to the 'Diagnostics: Restore Full Backup' page.", "descr": "Allow access to the 'Diagnostics: Restore Full Backup' page.",
"match": [ "match": [
"system_firmware_restorefullbackup.php" "system_firmware_restorefullbackup.php"
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
] ]
}, },
"page-diagnostics-testport": { "page-diagnostics-testport": {
"name": "Webcfg - Diagnostics: Test Port", "name": "WebCfg - Diagnostics: Test Port",
"descr": "Allow access to the 'Diagnostics: Test Port' page.", "descr": "Allow access to the 'Diagnostics: Test Port' page.",
"match": [ "match": [
"diag_testport.php*" "diag_testport.php*"
...@@ -1026,7 +1026,7 @@ ...@@ -1026,7 +1026,7 @@
] ]
}, },
"page-status-dhcpv6leases": { "page-status-dhcpv6leases": {
"name": "Webcfg - Status: DHCPv6 leases page", "name": "WebCfg - Status: DHCPv6 leases page",
"descr": "Allow access to the 'Status: DHCPv6 leases' page.", "descr": "Allow access to the 'Status: DHCPv6 leases' page.",
"match": [ "match": [
"status_dhcpv6_leases.php*" "status_dhcpv6_leases.php*"
...@@ -1110,7 +1110,7 @@ ...@@ -1110,7 +1110,7 @@
] ]
}, },
"page-status-ntp": { "page-status-ntp": {
"name": "Webcfg - Status: NTP page", "name": "WebCfg - Status: NTP page",
"descr": "Allow access to the 'Status: NTP' page.", "descr": "Allow access to the 'Status: NTP' page.",
"match": [ "match": [
"status_ntpd.php*" "status_ntpd.php*"
...@@ -1180,14 +1180,14 @@ ...@@ -1180,14 +1180,14 @@
] ]
}, },
"page-status-systemlogs-routing": { "page-status-systemlogs-routing": {
"name": "Webcfg - Status: System logs: Routing page", "name": "WebCfg - Status: System logs: Routing page",
"descr": "Allow access to the 'Status: System logs: System: Routing' page.", "descr": "Allow access to the 'Status: System logs: System: Routing' page.",
"match": [ "match": [
"diag_logs_routing.php*" "diag_logs_routing.php*"
] ]
}, },
"page-status-systemlogs-wireless": { "page-status-systemlogs-wireless": {
"name": "Webcfg - Status: System logs: Wireless page", "name": "WebCfg - Status: System logs: Wireless page",
"descr": "Allow access to the 'Status: System logs: System: Wireless' page.", "descr": "Allow access to the 'Status: System logs: System: Wireless' page.",
"match": [ "match": [
"diag_logs_wireless.php*" "diag_logs_wireless.php*"
...@@ -1373,7 +1373,7 @@ ...@@ -1373,7 +1373,7 @@
] ]
}, },
"page-system-hasync": { "page-system-hasync": {
"name": "Webcfg - System: High Availability", "name": "WebCfg - System: High Availability",
"descr": "Allow access to the 'System: High Availability' page.", "descr": "Allow access to the 'System: High Availability' page.",
"match": [ "match": [
"system_hasync.php*" "system_hasync.php*"
......
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