From 3ad1a049d3af2072002612f913c96f6b2557de0f Mon Sep 17 00:00:00 2001 From: Lyubov Voloshko Date: Mon, 19 May 2025 17:47:40 +0300 Subject: [PATCH] rename actions and widgets entities --- .../db-table-actions/db-table-actions.component.html | 6 +++--- .../db-table-actions/db-table-actions.component.ts | 2 +- .../db-table-widgets/db-table-widgets.component.html | 4 ++-- .../db-table-widgets/db-table-widgets.component.ts | 2 +- .../components/dashboard/db-table/db-table.component.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.html b/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.html index a3df7fda5..ce1cd0288 100644 --- a/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.html +++ b/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.html @@ -1,7 +1,7 @@
-

Rules

+

Automations

- No added rules + No added automations
diff --git a/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.ts b/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.ts index e2cb7b1d8..0a9d33da1 100644 --- a/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.ts +++ b/frontend/src/app/components/dashboard/db-table-actions/db-table-actions.component.ts @@ -178,7 +178,7 @@ export class DbTableActionsComponent implements OnInit { link: `/dashboard/${this.connectionID}/${this.tableName}` }, { - label: 'Rules for actions', + label: 'Automations', link: null } ] diff --git a/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.html b/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.html index 56e707f63..a00c04e3d 100644 --- a/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.html +++ b/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.html @@ -19,7 +19,7 @@ (click)="addNewWidget()" [disabled]="fields.length === 0 || widgets.length === fieldsCount"> add - Add field UI config + Add UI widget
@@ -66,7 +66,7 @@ angulartics2On="click" angularticsAction="Widgets: add first widget is clicked" (click)="addNewWidget()"> - Configure fields + Create UI Widget
diff --git a/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.ts b/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.ts index 447456534..89b9c7392 100644 --- a/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.ts +++ b/frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.ts @@ -217,7 +217,7 @@ export class DbTableWidgetsComponent implements OnInit { link: `/dashboard/${this.connectionID}/${this.tableName}` }, { - label: 'Fields display', + label: 'UI Widgets', link: null } ] diff --git a/frontend/src/app/components/dashboard/db-table/db-table.component.html b/frontend/src/app/components/dashboard/db-table/db-table.component.html index 738247a22..ae076773b 100644 --- a/frontend/src/app/components/dashboard/db-table/db-table.component.html +++ b/frontend/src/app/components/dashboard/db-table/db-table.component.html @@ -144,14 +144,14 @@

{{ displayName }}

[ngClass]="{'action_active': tableData.widgetsCount}" angulartics2On="click" angularticsAction="Dashboard: widgets is clicked"> - Fields display + UI Widgets - Actions + Automations
Primary keys are required.