diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html b/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html
index bddedc1..051abe6 100644
--- a/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html
+++ b/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html
@@ -1,11 +1,13 @@
-
+
-
+
{$ 'Name' | translate $} |
{$ 'Status' | translate $} |
+ {$ 'Type' | translate $} |
{$ 'Details' | translate $} |
{$ 'Timestamp' | translate $} |
{$ 'Show' | translate $} |
@@ -22,8 +24,9 @@
{$template.name$} |
{$template.status$} |
+ {$template.type$} |
{$template["status details"]$} |
- {$template.date | date:"yyyy-MM-dd hh:mm:ss"$} |
+ {$template.date | date:"yyyy-MM-dd hh:mm:ss"$} |
|