From 9930018ff4acb90d8e2523c2b8e20c5b89b5bf30 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:22:43 -0700 Subject: [PATCH] Restyling templates settings page (#3926) --- .../src/document/template/TemplateTable.vue | 29 ++++++++++++++----- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/src/dispatch/static/dispatch/src/document/template/TemplateTable.vue b/src/dispatch/static/dispatch/src/document/template/TemplateTable.vue index 8753469f9161..89c4617feaac 100644 --- a/src/dispatch/static/dispatch/src/document/template/TemplateTable.vue +++ b/src/dispatch/static/dispatch/src/document/template/TemplateTable.vue @@ -7,17 +7,24 @@ - + - - + + - {{ document.title }} - {{ document.description }} + + {{ document.title }} + + {{ document.icon }} + + + {{ document.description }} - - {{ document.icon }} - @@ -161,3 +168,9 @@ export default { }, } + +