Skip to content
Snippets Groups Projects
Commit debb3321 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

revert to 8.2.5 style info display

parent 8a616ccc
Branches
Tags 0.60
No related merge requests found
......@@ -39,21 +39,22 @@
"version": 1,
"links": [],
"panels": [
{
"datasource": null,
"gridPos": {
"h": 2,
"w": 15,
"x": 4,
"y": 0
},
"id": 1,
"options": {
"content": "<div style=\"display: flex; justify-content: center; align-items: center; height: 100%;\"><span>INFO: The average values displayed are only mean values for timescales of 2 days or less</span></div>",
"mode": "html"
},
"title": "",
"type": "text"
{
"datasource": null,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 1,
"options": {
"content": "",
"mode": "html"
},
"pluginVersion": "8.2.5",
"title": "INFO: The average values displayed are only mean values for timescales of 2 days or less",
"type": "text"
}{{ "," if panels }}
{% for panel in panels %}
{{ panel }}{{ "," if not loop.last }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment