From fc51d0266c045a11823529169133f3a3056c08fd Mon Sep 17 00:00:00 2001 From: Martin Kouba Date: Fri, 19 Aug 2022 11:29:23 +0200 Subject: [PATCH] Dev UI - qute - fix table of discovered templates --- .../src/main/resources/dev-templates/templates.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/qute/deployment/src/main/resources/dev-templates/templates.html b/extensions/qute/deployment/src/main/resources/dev-templates/templates.html index 5cdf5a88db068..2871a20333d44 100644 --- a/extensions/qute/deployment/src/main/resources/dev-templates/templates.html +++ b/extensions/qute/deployment/src/main/resources/dev-templates/templates.html @@ -1,4 +1,4 @@ -{#include main} +{#include main fluid=true} {#style} .annotation { color: gray; @@ -26,7 +26,7 @@ @@ -36,7 +36,7 @@ {#if template.parameters} {#for entry in template.parameters} - {entry.key}: {entry.value}
+ {entry.key}: {entry.value}
{/for} {/if}