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

master
zheng 3 years ago committed by GitHub
parent a20e19922e
commit ee8c367933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")
}

Loading…
Cancel
Save