From a8f066eb51d8477a7ca69e5edc1242d93b1be295 Mon Sep 17 00:00:00 2001 From: Jens L Date: Wed, 25 Oct 2023 18:30:58 +0200 Subject: [PATCH] web/admin: disable wizard banner for now (#7294) Signed-off-by: Jens Langhammer --- web/src/admin/applications/ApplicationListPage.ts | 4 ---- web/src/admin/providers/ProviderListPage.ts | 4 ---- 2 files changed, 8 deletions(-) diff --git a/web/src/admin/applications/ApplicationListPage.ts b/web/src/admin/applications/ApplicationListPage.ts index c06236750..928e48b9b 100644 --- a/web/src/admin/applications/ApplicationListPage.ts +++ b/web/src/admin/applications/ApplicationListPage.ts @@ -89,10 +89,6 @@ export class ApplicationListPage extends TablePage { ]; } - renderSectionBefore(): TemplateResult { - return html``; - } - renderSidebarAfter(): TemplateResult { // Rendering the wizard with .open here, as if we set the attribute in // renderObjectCreate() it'll open two wizards, since that function gets called twice diff --git a/web/src/admin/providers/ProviderListPage.ts b/web/src/admin/providers/ProviderListPage.ts index 7dbab4f16..6ff994611 100644 --- a/web/src/admin/providers/ProviderListPage.ts +++ b/web/src/admin/providers/ProviderListPage.ts @@ -61,10 +61,6 @@ export class ProviderListPage extends TablePage { ]; } - renderSectionBefore(): TemplateResult { - return html``; - } - renderToolbarSelected(): TemplateResult { const disabled = this.selectedElements.length < 1; return html`