diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/components/template/templateContainer.html b/vitrage_dashboard/dashboard/static/dashboard/project/components/template/templateContainer.html index 1aa79c2..986a615 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/components/template/templateContainer.html +++ b/vitrage_dashboard/dashboard/static/dashboard/project/components/template/templateContainer.html @@ -10,7 +10,7 @@ {$ data.metadata.name $}
-
+

Entities

@@ -26,7 +26,7 @@

-
+

Relationships

@@ -42,19 +42,44 @@

-
-

Scenarios

+ + +
+

Equivalences

+
    +
  • +

    Equivalence

    +
    +
    + {$ equ.entity.name $} +
    +
      +
    • + {$ property $}: {$ value $} +
    • +
    +
    +
    +
    +
+ +
+
+ + +
+

Scenarios

{$ scenario.scenario.condition $}
Actions:
    -
    +
    • action: {$ action.action.action_type $}
    • -
    • +
    • {$ key $}: {$ value $}
    • @@ -67,8 +92,8 @@
-
-
+
+
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 @@
 
-
+
- +
+ @@ -22,8 +24,9 @@ + - +
{$ 'Name' | translate $} {$ 'Status' | translate $}{$ 'Type' | translate $} {$ 'Details' | translate $} {$ 'Timestamp' | translate $} {$ 'Show' | translate $}
{$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"$}