Skip to content

Commit 02bc010

Browse files
committed
Include dashboard.css in GUI assets
Add /css/dashboard.css to the GUI asset lists so dashboard styles are served and bundled. Updated src/gui/puter-gui.json and src/gui/src/static-assets.js to include the new stylesheet.
1 parent 94395cd commit 02bc010

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/gui/puter-gui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"/css/normalize.css",
2222
"/lib/jquery-ui-1.13.2/jquery-ui.min.css",
2323
"/css/style.css",
24-
"/css/theme.css"
24+
"/css/theme.css",
25+
"/css/dashboard.css"
2526
],
2627
"js_paths": [
2728
"/src/init_sync.js",

src/gui/src/static-assets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const css_paths = [
4040
'/css/normalize.css',
4141
'/lib/jquery-ui-1.13.2/jquery-ui.min.css',
4242
'/css/style.css',
43+
'/css/dashboard.css',
4344
];
4445

4546
// Ordered list of JS scripts

0 commit comments

Comments
 (0)