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:
Jo
2023-01-31 16:12:20 +01:00
committed by GitHub
co-authored by Ryan McKinley
parent 6d4e8ec4d6
commit 99155c75e6
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -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)
}