From 45eb8baee840f06410d68a2c3ddc84665f26565d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 12 Dec 2022 16:22:33 +0000 Subject: [PATCH] web/admin: fix action button order for blueprints Signed-off-by: Jens Langhammer --- web/src/admin/blueprints/BlueprintListPage.ts | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/web/src/admin/blueprints/BlueprintListPage.ts b/web/src/admin/blueprints/BlueprintListPage.ts index 9ddb6c26f..0e958f071 100644 --- a/web/src/admin/blueprints/BlueprintListPage.ts +++ b/web/src/admin/blueprints/BlueprintListPage.ts @@ -104,7 +104,14 @@ export class BlueprintListPage extends TablePage { html` ${item.enabled ? t`Yes` : t`No`} `, - html` + ${t`Update`} + ${t`Update Blueprint`} + + { return new ManagedApi(DEFAULT_CONFIG) @@ -122,15 +129,7 @@ export class BlueprintListPage extends TablePage { }} > - - - ${t`Update`} - ${t`Update Blueprint`} - - - `, + `, ]; }