Skip to content
Snippets Groups Projects
Commit 1f4f2512 authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Fixed led colors

parent 980b01d7
No related branches found
No related tags found
No related merge requests found
Pipeline #53771 passed
......@@ -192,12 +192,16 @@ box-shadow: 0px 0px 15px #89F944;
}
.rag-light.red {
border: 2px solid #49707e !important;
background-color: #0b2d3c !important;
box-shadow: none !important;
border-radius: 50%;
width: 22px;
height: 22px;
border: 2px solid #cef4ff !important;
float: left;
background-color:#FF1818 !important;
box-shadow: 0px 0px 15px #FF4040;
margin-right: 8px !important;
}
.rag-light.amber {
border: 2px solid #cef4ff !important;
background-color:#FFB340 !important;
......
......@@ -53,7 +53,7 @@
"type": "ragIndicator",
"settings": {
"title": "Skid Ready",
"value": "datasources[\"RFQ\"][\"CWM-CWS03:WtrC-Ctrl-PLC-001:SkidOK\"][\"value\"]*2",
"value": "2-datasources[\"RFQ\"][\"CWM-CWS03:WtrC-Ctrl-PLC-001:SkidOK\"][\"value\"]*2",
"green_text": "Ready",
"red_text": "Not Ready"
}
......@@ -62,7 +62,7 @@
"type": "ragIndicator",
"settings": {
"title": "MPS Status",
"value": "datasources[\"RFQ\"][\"CWM-CWS03:WtrC-Ctrl-PLC-001:Stat\"][\"value\"]*2",
"value": "2-datasources[\"RFQ\"][\"CWM-CWS03:WtrC-Ctrl-PLC-001:Stat\"][\"value\"]*2",
"green_text": "Ready",
"red_text": "Not Ready"
}
......@@ -90,7 +90,7 @@
"type": "ragIndicator",
"settings": {
"title": "Coupler 1",
"value": "datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-011:Status\"][\"value\"]*2",
"value": "2-datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-011:Status\"][\"value\"]*2",
"green_text": "Ready",
"red_text": "Not Ready"
}
......@@ -99,7 +99,7 @@
"type": "ragIndicator",
"settings": {
"title": "Coupler 2",
"value": "datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-012:Status\"][\"value\"]*2",
"value": "2-datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-012:Status\"][\"value\"]*2",
"green_text": "Ready",
"red_text": "Not Ready"
}
......@@ -108,7 +108,7 @@
"type": "ragIndicator",
"settings": {
"title": "Coupler 3",
"value": "datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-021:Status\"][\"value\"]*2",
"value": "2-datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-021:Status\"][\"value\"]*2",
"green_text": "Ready",
"red_text": "Not Ready"
}
......@@ -117,7 +117,7 @@
"type": "ragIndicator",
"settings": {
"title": "Coupler 4",
"value": "datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-022:Status\"][\"value\"]",
"value": "2-datasources[\"RFQ\"][\"RFQ-010:WTRC-FS-022:Status\"][\"value\"]*2",
"green_text": "Ready",
"red_text": "Not Ready"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment