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`} - - - `, + `, ]; }