This reverts commit20b603ee1a. (cherry picked from commit924224eefb)
This commit is contained in:
committed by
Hugo Häggmark
parent
80a19f014c
commit
adb6d93442
@@ -315,11 +315,6 @@ func (c Cfg) IsExpressionsEnabled() bool {
|
||||
return c.FeatureToggles["expressions"]
|
||||
}
|
||||
|
||||
// IsStandaloneAlertsEnabled returns whether the standalone alerts feature is enabled.
|
||||
func (c Cfg) IsStandaloneAlertsEnabled() bool {
|
||||
return c.FeatureToggles["standaloneAlerts"]
|
||||
}
|
||||
|
||||
// IsLiveEnabled returns if grafana live should be enabled
|
||||
func (c Cfg) IsLiveEnabled() bool {
|
||||
return c.FeatureToggles["live"]
|
||||
|
||||
Reference in New Issue
Block a user