Dashboard Library: Add new "suggestedDashboards" feature toggle (#113591)
This commit is contained in:
+5
-1
@@ -565,10 +565,14 @@ export interface FeatureToggles {
|
||||
*/
|
||||
queryLibrary?: boolean;
|
||||
/**
|
||||
* Enable suggested dashboards when creating new dashboards
|
||||
* Enable dashboard library experiments that are production ready
|
||||
*/
|
||||
dashboardLibrary?: boolean;
|
||||
/**
|
||||
* Enable suggested dashboards when creating new dashboards
|
||||
*/
|
||||
suggestedDashboards?: boolean;
|
||||
/**
|
||||
* Sets the logs table as default visualisation in logs explore
|
||||
*/
|
||||
logsExploreTableDefaultVisualization?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user