From 366875c8f1081e2bffeee174ca9eac969d98c001 Mon Sep 17 00:00:00 2001 From: Phillip Kruger Date: Tue, 25 Jul 2023 10:26:43 +1000 Subject: [PATCH] Dev UI: Remove link to prev dev ui Signed-off-by: Phillip Kruger --- .../src/main/resources/dev-ui/qwc/qwc-header.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extensions/vertx-http/dev-ui-resources/src/main/resources/dev-ui/qwc/qwc-header.js b/extensions/vertx-http/dev-ui-resources/src/main/resources/dev-ui/qwc/qwc-header.js index 40e2f9d2dd766..084bb61e24e51 100644 --- a/extensions/vertx-http/dev-ui-resources/src/main/resources/dev-ui/qwc/qwc-header.js +++ b/extensions/vertx-http/dev-ui-resources/src/main/resources/dev-ui/qwc/qwc-header.js @@ -264,7 +264,6 @@ export class QwcHeader extends observeState(LitElement) { this._rightSideNav = html`
${devuiState.applicationInfo.applicationName} ${devuiState.applicationInfo.applicationVersion} - Back to the previous Dev UI
`; } } @@ -309,10 +308,5 @@ export class QwcHeader extends observeState(LitElement) { notifier.showErrorMessage("Seems like your server is not available.
Error : " + error + "","middle"); }); } - - _previousDevUI(){ - let pdui = this.routerController.getBasePath().replace("/dev-ui", "/dev-v1");; - window.open(pdui, "_self").focus(); - } } customElements.define('qwc-header', QwcHeader); \ No newline at end of file