diff --git a/package/secubox/luci-app-system-hub/htdocs/luci-static/resources/view/system-hub/cdn-cache-link.js b/package/secubox/luci-app-system-hub/htdocs/luci-static/resources/view/system-hub/cdn-cache-link.js index 2caf93e3..0ba803d9 100644 --- a/package/secubox/luci-app-system-hub/htdocs/luci-static/resources/view/system-hub/cdn-cache-link.js +++ b/package/secubox/luci-app-system-hub/htdocs/luci-static/resources/view/system-hub/cdn-cache-link.js @@ -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() {