Fixed category variable
This commit is contained in:
parent
0e4c4a97ea
commit
345888ef68
1 changed files with 4 additions and 4 deletions
|
@ -64,7 +64,7 @@
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": null,
|
"id": null,
|
||||||
"iteration": 1603732299454,
|
"iteration": 1603732792335,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
|
@ -895,14 +895,14 @@
|
||||||
"allValue": ".*",
|
"allValue": ".*",
|
||||||
"current": {},
|
"current": {},
|
||||||
"datasource": "${DS_PROMETHEUS}",
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
"definition": "label_values(torrents_count, category)",
|
"definition": "label_values(qbittorrent_torrents_count, category)",
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"label": "Categories",
|
"label": "Categories",
|
||||||
"multi": true,
|
"multi": true,
|
||||||
"name": "categories",
|
"name": "categories",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "label_values(torrents_count, category)",
|
"query": "label_values(qbittorrent_torrents_count, category)",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
|
@ -923,5 +923,5 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Qbittorrent",
|
"title": "Qbittorrent",
|
||||||
"uid": "eKyTETFMk",
|
"uid": "eKyTETFMk",
|
||||||
"version": 35
|
"version": 40
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue