修复大盘目录错误 (#910)

This commit is contained in:
zheng 2022-04-13 18:39:41 +08:00 committed by GitHub
parent a20e19922e
commit ee8c367933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func alertRuleBuiltinImport(c *gin.Context) {
}
func dashboardBuiltinList(c *gin.Context) {
fp := config.C.BuiltinAlertsDir
fp := config.C.BuiltinDashboardsDir
if fp == "" {
fp = path.Join(runner.Cwd, "etc", "dashboards")
}