Skip to content

Commit dc88966

Browse files
committed
Demo the css customization
1 parent e32b633 commit dc88966

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

css/node-red.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#header {
2+
background: #f8f9fa
3+
}

settings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"httpAdminRoot":"/red/",
3+
"uiPort": 5000,
4+
"httpNodeRoot": "/api",
5+
"userDir":".nodered/",
6+
"flowFile": "flows.json",
7+
"flowFilePretty": true,
8+
"editorTheme": {
9+
"page": {
10+
"css": "/app/css/node-red.css"
11+
},
12+
"header": {
13+
"title": " ",
14+
"image": null,
15+
"url": "#"
16+
}
17+
}
18+
}

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ else
1818
fi
1919

2020

21-
node-red -s /app/settings.js
21+
node-red -s /app/settings.json

0 commit comments

Comments
 (0)