Allow saving of provisioned dashboards (#19820)
Allows saving of provisioned dashboards if the config value allowUiUpdates is set to true Fixes #11778
This commit is contained in:
@@ -47,6 +47,7 @@ type ProvisioningService interface {
|
||||
ProvisionNotifications() error
|
||||
ProvisionDashboards() error
|
||||
GetDashboardProvisionerResolvedPath(name string) string
|
||||
GetAllowUiUpdatesFromConfig(name string) bool
|
||||
}
|
||||
|
||||
type HTTPServer struct {
|
||||
|
||||
Reference in New Issue
Block a user