mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(firmware) replace menu item
This commit is contained in:
parent
a987bfac13
commit
9be5cdcb73
@ -10,9 +10,7 @@
|
||||
<CertificationRevocation VisibleName="Certification Revocation" url="/system_crlmanager.php"/>
|
||||
</Certificates>
|
||||
|
||||
<Firmware url="/system_firmware_check.php">
|
||||
<Auto_Update VisibleName="Auto Update" url="/system_firmware_check.php"/>
|
||||
<UpdaterSettings VisibleName="Updater Settings" url="/system_firmware_settings.php"/>
|
||||
<Firmware url="/ui/core/firmware/">
|
||||
</Firmware>
|
||||
|
||||
<HighAvailSync VisibleName="High Availability" url="/system_hasync.php"/>
|
||||
|
||||
@ -1383,7 +1383,8 @@
|
||||
"name": "WebCfg - System: Firmware: Auto Update page",
|
||||
"descr": "Allow access to the 'System: Firmware: Auto Update' page.",
|
||||
"match": [
|
||||
"system_firmware_check.php*"
|
||||
"ui/core/firmware/*",
|
||||
"api/core/firmware/*"
|
||||
]
|
||||
},
|
||||
"page-system-firmware-manualupdate": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user