From 60fbde5c47baad23e4c87414e0a8306ddaa11d93 Mon Sep 17 00:00:00 2001 From: Melloware Date: Tue, 4 Mar 2025 16:29:05 -0500 Subject: [PATCH] Info devui card uppercase card name --- .../info/deployment/src/main/resources/dev-ui/qwc-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/info/deployment/src/main/resources/dev-ui/qwc-info.js b/extensions/info/deployment/src/main/resources/dev-ui/qwc-info.js index 2590edb796c58..dbab182d908e5 100644 --- a/extensions/info/deployment/src/main/resources/dev-ui/qwc-info.js +++ b/extensions/info/deployment/src/main/resources/dev-ui/qwc-info.js @@ -194,7 +194,7 @@ export class QwcInfo extends LitElement { for (const property of Object.keys(extInfo)){ rows.push(html`${property}${extInfo[property]}`); } - cards.push(html` + cards.push(html`