From 9cd7182c3abb2199b88ee22e298b909682f53696 Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Thu, 11 Sep 2025 07:52:33 +0000 Subject: [PATCH 1/2] 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, From 5f0c837a8781b11611c831976a7d8bc7493e6ec7 Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Thu, 11 Sep 2025 07:55:48 +0000 Subject: [PATCH 2/2] fix version of monaco --- frontend/src/main.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/main.ts b/frontend/src/main.ts index 05ce051df..d4524f7b5 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -76,7 +76,9 @@ if ((environment as any).saas) { bootstrapApplication(AppComponent, { providers: [ - importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot(), + importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot({ + editorVersion: '0.44.0' + }), // ...saasExtraModules, NgxThemeModule.forRoot(colorConfig, { frameworks: ['material'], // optional, default : ['tailwind', 'material']