diff --git a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/monitoring.js b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/monitoring.js index c0b1b39f..ab75d3bc 100644 --- a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/monitoring.js +++ b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/monitoring.js @@ -76,7 +76,7 @@ return view.extend({ render: function(data) { var self = this; var container = E('div', { 'class': 'secubox-monitoring-page' }, [ - E('link', { 'rel': 'stylesheet', 'href': L.resource('system-hub/common.css') }), + E('link', { 'rel': 'stylesheet', 'href': L.resource('secubox/common.css') }), E('link', { 'rel': 'stylesheet', 'href': L.resource('secubox/secubox.css') }), E('link', { 'rel': 'stylesheet', 'href': L.resource('secubox/monitoring.css') }) ]); diff --git a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/settings.js b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/settings.js index de93fd24..ed728beb 100644 --- a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/settings.js +++ b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/settings.js @@ -22,7 +22,7 @@ return view.extend({ // Create wrapper container with modern header var container = E('div', { 'class': 'secubox-settings-page' }, [ - E('link', { 'rel': 'stylesheet', 'href': L.resource('system-hub/common.css') }), + E('link', { 'rel': 'stylesheet', 'href': L.resource('secubox/common.css') }), E('link', { 'rel': 'stylesheet', 'href': L.resource('secubox/secubox.css') }), // Modern header