From 9cd7182c3abb2199b88ee22e298b909682f53696 Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Thu, 11 Sep 2025 07:52:33 +0000 Subject: [PATCH] fix misleading comment --- .../db-table-widgets/db-table-widgets.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/dashboard/db-table-view/db-table-widgets/db-table-widgets.component.ts b/frontend/src/app/components/dashboard/db-table-view/db-table-widgets/db-table-widgets.component.ts index c0a7dfb55..2d4c48fcd 100644 --- a/frontend/src/app/components/dashboard/db-table-view/db-table-widgets/db-table-widgets.component.ts +++ b/frontend/src/app/components/dashboard/db-table-view/db-table-widgets/db-table-widgets.component.ts @@ -170,7 +170,7 @@ export class DbTableWidgetsComponent implements OnInit { `, Number: `// Configure number display with unit conversion and threshold validation // Example units: "bytes", "meters", "seconds", "grams" -// threshold_min/threshold_max: Values outside these limits will be highlighted in red +// threshold_min/threshold_max: Values outside these limits will be highlighted { "unit": null, "threshold_min": null,