diff --git a/dashboard/src/t5gweb/templates/macros/macros.html b/dashboard/src/t5gweb/templates/macros/macros.html index 3514800..eb495d2 100644 --- a/dashboard/src/t5gweb/templates/macros/macros.html +++ b/dashboard/src/t5gweb/templates/macros/macros.html @@ -48,3 +48,120 @@

Statistics

{% endfor %} {%- endmacro %} + +{% macro cases_table(new_comments) -%} +
+ + +
+
Loading Table...
+ +{%- endmacro %} diff --git a/dashboard/src/t5gweb/templates/ui/account.html b/dashboard/src/t5gweb/templates/ui/account.html index 2bc2d2f..b31fab0 100644 --- a/dashboard/src/t5gweb/templates/ui/account.html +++ b/dashboard/src/t5gweb/templates/ui/account.html @@ -239,112 +239,7 @@

Bugs and JIRA Issues:


Cases:

-
- - -
-
Loading Table...
- + {{ macros.cases_table(new_comments) }}