#44449: hide dashboard preview admin UI (#45493)

This commit is contained in:
Artur Wierzbicki
2022-02-17 12:34:07 +04:00
committed by GitHub
parent 10b47480eb
commit 3e53a08090
6 changed files with 20 additions and 5 deletions
+5
View File
@@ -38,6 +38,11 @@ var (
Description: "Schedule automatic updates to dashboard previews",
State: FeatureStateAlpha,
},
{
Name: "dashboardPreviewsAdmin",
Description: "Manage the dashboard previews crawler process from the UI",
State: FeatureStateAlpha,
},
{
Name: "live-config",
Description: "Save grafana live configuration in SQL tables",
+4
View File
@@ -31,6 +31,10 @@ const (
// Schedule automatic updates to dashboard previews
FlagDashboardPreviewsScheduler = "dashboardPreviewsScheduler"
// FlagDashboardPreviewsAdmin
// Manage the dashboard previews crawler process from the UI
FlagDashboardPreviewsAdmin = "dashboardPreviewsAdmin"
// FlagLiveConfig
// Save grafana live configuration in SQL tables
FlagLiveConfig = "live-config"