fix: Change settings path to /admin/secubox/settings
- Add menu entry for admin/secubox/settings in portal menu - Update portal.js to use the shorter settings path Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4bb638a2ec
commit
eb48d9995b
@ -182,7 +182,7 @@ return baseclass.extend({
|
|||||||
iconBg: 'rgba(161, 161, 170, 0.15)',
|
iconBg: 'rgba(161, 161, 170, 0.15)',
|
||||||
iconColor: '#a1a1aa',
|
iconColor: '#a1a1aa',
|
||||||
section: 'system',
|
section: 'system',
|
||||||
path: 'admin/secubox/system/settings',
|
path: 'admin/secubox/settings',
|
||||||
service: null,
|
service: null,
|
||||||
version: null
|
version: null
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,6 +23,14 @@
|
|||||||
"path": "secubox-portal/apps"
|
"path": "secubox-portal/apps"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"admin/secubox/settings": {
|
||||||
|
"title": "Settings",
|
||||||
|
"order": 70,
|
||||||
|
"action": {
|
||||||
|
"type": "view",
|
||||||
|
"path": "system-hub/settings"
|
||||||
|
}
|
||||||
|
},
|
||||||
"admin/secubox-home": {
|
"admin/secubox-home": {
|
||||||
"title": "SecuBox Home",
|
"title": "SecuBox Home",
|
||||||
"order": 0,
|
"order": 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user