chore: remove unused feature flag (#74460)

This commit removes the validateDashboardsOnSave feature flag that is currently not in use.
Closes #70022
This commit is contained in:
Kristin Laemmert
2023-09-06 11:25:44 -04:00
committed by GitHub
parent 34a867b8dc
commit 6ce4af7840
6 changed files with 0 additions and 37 deletions

View File

@@ -57,7 +57,6 @@ Some features are enabled by default. You can disable these feature by setting t
| `migrationLocking` | Lock database during migrations |
| `correlations` | Correlations page |
| `newDBLibrary` | Use jmoiron/sqlx rather than xorm for a few backend services |
| `validateDashboardsOnSave` | Validate dashboard JSON POSTed to api/dashboards/db |
| `autoMigrateOldPanels` | Migrate old angular panels to supported versions (graph, table-old, worldmap, etc) |
| `disableAngular` | Dynamic flag to disable angular at runtime. The preferred method is to set `angular_support_enabled` to `false` in the [security] settings, which allows you to change the state at runtime. |
| `grpcServer` | Run the GRPC server |