mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add gray/grey alternate options for status
This commit is contained in:
@@ -98,7 +98,8 @@ RED.view = (function() {
|
||||
"green": "#5a8",
|
||||
"yellow": "#F9DF31",
|
||||
"blue": "#53A3F3",
|
||||
"grey": "#d3d3d3"
|
||||
"grey": "#d3d3d3",
|
||||
"gray": "#d3d3d3"
|
||||
}
|
||||
|
||||
var PORT_TYPE_INPUT = 1;
|
||||
|
Reference in New Issue
Block a user