SupportBundles: Add URL in troubleshoot panels to support bundles (#62477)
* add link * add link * update text * update access --------- Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
@@ -234,7 +234,7 @@ func (s *ServiceImpl) getHomeNode(c *contextmodel.ReqContext, prefs *pref.Prefer
|
||||
}
|
||||
|
||||
func isSupportBundlesEnabled(s *ServiceImpl) bool {
|
||||
return s.cfg.SectionWithEnvOverrides("support_bundles").Key("enabled").MustBool(false) &&
|
||||
return s.cfg.SectionWithEnvOverrides("support_bundles").Key("enabled").MustBool(true) &&
|
||||
s.features.IsEnabled(featuremgmt.FlagSupportBundles)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user