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 { }, } + +