[release-12.1.0] UI: Disable tabular numbers toggle by default (#108037)

UI: Disable tabular numbers toggle by default (#107911)

* UI: disable tabular numbers toggle

* gen

(cherry picked from commit 0cde9e4f3f)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-08-19 08:43:01 +01:00
committed by GitHub
co-authored by Josh Hunt
parent 173f09ce0c
commit 3e4ec66706
4 changed files with 6 additions and 6 deletions
@@ -83,7 +83,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `alertingMigrationUI` | Enables the alerting migration UI, to migrate data source-managed rules to Grafana-managed rules | Yes |
| `alertingImportYAMLUI` | Enables a UI feature for importing rules from a Prometheus file to Grafana-managed rules | Yes |
| `unifiedNavbars` | Enables unified navbars | |
| `tabularNumbers` | Use fixed-width numbers globally in the UI | Yes |
| `tabularNumbers` | Use fixed-width numbers globally in the UI | |
## Public preview feature toggles
@@ -1000,7 +1000,7 @@ export interface FeatureToggles {
preferLibraryPanelTitle?: boolean;
/**
* Use fixed-width numbers globally in the UI
* @default true
* @default false
*/
tabularNumbers?: boolean;
/**
+1 -1
View File
@@ -1715,7 +1715,7 @@ var (
Description: "Use fixed-width numbers globally in the UI",
Stage: FeatureStageGeneralAvailability,
Owner: grafanaFrontendPlatformSquad,
Expression: "true",
Expression: "false",
},
{
Name: "newInfluxDSConfigPageDesign",
+3 -3
View File
@@ -2950,17 +2950,17 @@
{
"metadata": {
"name": "tabularNumbers",
"resourceVersion": "1750754828442",
"resourceVersion": "1752078306230",
"creationTimestamp": "2025-06-24T11:52:03Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-06-24 08:47:08.442537461 +0000 UTC"
"grafana.app/updatedTimestamp": "2025-07-09 16:25:06.230922635 +0000 UTC"
}
},
"spec": {
"description": "Use fixed-width numbers globally in the UI",
"stage": "GA",
"codeowner": "@grafana/grafana-frontend-platform",
"expression": "true"
"expression": "false"
}
},
{