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

Make infobox html for v11.3 disabling title centering

parent e60429c5
No related branches found
No related tags found
No related merge requests found
...@@ -262,11 +262,17 @@ def create_panel( ...@@ -262,11 +262,17 @@ def create_panel(
def create_infobox(): def create_infobox():
return { return {
"datasource": None, "datasource": None,
"gridPos": {"h": 1, "w": 24, "x": 0, "y": 0}, "gridPos": {"h": 2, "w": 24, "x": 0, "y": 0},
"id": 1, "id": 1,
"options": {"content": "", "mode": "html"}, "options": {
"content": """
<center style="margin-top:5px;">
INFO: The average values displayed are only mean values for timescales of 2 days or less
</center>""",
"mode": "html"
},
"pluginVersion": "8.2.5", "pluginVersion": "8.2.5",
"title": "INFO: The average values displayed are only mean values for timescales of 2 days or less", "title": "",
"type": "text", "type": "text",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment