ildkule/grafana: fix gitea dashboard typo
Some checks are pending
Eval nix flake / evals (push) Waiting to run
Some checks are pending
Eval nix flake / evals (push) Waiting to run
This commit is contained in:
@@ -1539,8 +1539,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Gitea Dashbaord",
|
"title": "Gitea Dashboard",
|
||||||
"uid": "nNq1Iw5Gz",
|
"uid": "nNq1Iw5Gz",
|
||||||
"version": 29,
|
"version": 29,
|
||||||
"weekStart": ""
|
"weekStart": ""
|
||||||
}
|
}
|
@@ -76,10 +76,10 @@ in {
|
|||||||
options.path = dashboards/go-processes.json;
|
options.path = dashboards/go-processes.json;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Gitea Dashbaord";
|
name = "Gitea Dashboard";
|
||||||
type = "file";
|
type = "file";
|
||||||
url = "https://grafana.com/api/dashboards/17802/revisions/3/download";
|
url = "https://grafana.com/api/dashboards/17802/revisions/3/download";
|
||||||
options.path = dashboards/gitea-dashbaord.json;
|
options.path = dashboards/gitea-dashboard.json;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user