fix: Correct CDN Cache redirect URL in system-hub link
Remove '/overview' from the redirect path to let the menu's firstchild action handle the navigation properly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
66aa12d6b6
commit
29d5174dcb
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
return view.extend({
|
return view.extend({
|
||||||
load: function() {
|
load: function() {
|
||||||
window.location.href = L.url('admin', 'secubox', 'network', 'cdn-cache', 'overview');
|
window.location.href = L.url('admin', 'secubox', 'network', 'cdn-cache');
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
},
|
},
|
||||||
render: function() {
|
render: function() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user