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

Home dashboard GEANT logo for non-staff

parent 12c44eec
No related branches found
No related tags found
No related merge requests found
...@@ -640,88 +640,66 @@ ...@@ -640,88 +640,66 @@
} }
{% else %} {% else %}
{ {
"datasource": "PollerInfluxDB", "datasource": null,
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"custom": { "custom": {}
"align": null,
"filterable": false
}, },
"mappings": [], "overrides": []
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
}, },
"folderId": null,
"gridPos": { "gridPos": {
"h": 24, "h": 11,
"w": 24, "w": 6,
"x": 0, "x": 9,
"y": 0 "y": 0
}, },
"headings": true, "id": 4,
"id": 2, "options": {
"limit": 100, "content": "<center><img src=\"https://connect.geant.org/wp-content/uploads/2021/04/geant_logo.png\" alt=\"GEANT Logo\" height=\"308\" width=\"616\"></center>",
"pluginVersion": "7.2.1", "mode": "html"
"query": "", },
"recent": false, "pluginVersion": "7.1.0",
"repeat": null,
"search": true,
"starred": true,
"tags": [],
"targets": [ "targets": [
{ {
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
"$__interval" "$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
], ],
"type": "time" "orderByTime": "ASC",
}, "policy": "default",
{ "refId": "A",
"params": [ "resultFormat": "time_series",
"null" "select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
], ],
"type": "fill" "tags": []
} }
],
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": []
}
], ],
"timeFrom": null, "timeFrom": null,
"timeShift": null, "timeShift": null,
"title": "Dashboards", "title": "BRIAN",
"type": "dashlist" "type": "text"
} }
{% endif %} {% endif %}
], ],
......
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