Skip to content
Snippets Groups Projects
Commit 6ba12879 authored by Jan David Mol's avatar Jan David Mol
Browse files

Added dashboard for Environmental Control

parent 687f8151
No related branches found
No related tags found
No related merge requests found
Pipeline #51153 passed
......@@ -108,12 +108,12 @@
"properties": [
{
"id": "custom.fillOpacity",
"value": 16
"value": 0
},
{
"id": "color",
"value": {
"fixedColor": "green",
"fixedColor": "red",
"mode": "fixed"
}
}
......@@ -131,12 +131,12 @@
},
{
"id": "custom.fillBelowTo",
"value": "First_Trip_Temperature_RW"
"value": "Second_Trip_Temperature_RW"
},
{
"id": "color",
"value": {
"fixedColor": "orange",
"fixedColor": "semi-dark-red",
"mode": "fixed"
}
}
......@@ -159,8 +159,8 @@
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
"mode": "multi",
"sort": "desc"
}
},
"targets": [
......@@ -407,7 +407,11 @@
"templating": {
"list": [
{
"current": {},
"current": {
"selected": false,
"text": "localhost",
"value": "localhost"
},
"datasource": {
"type": "prometheus",
"uid": "prometheus"
......
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