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:
CyberMind-FR 2026-01-09 15:49:26 +01:00
parent 66aa12d6b6
commit 29d5174dcb

View File

@ -3,7 +3,7 @@
return view.extend({
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();
},
render: function() {