From b01ca6bb15e6c3e43de86d5ec31d92e8b5dac200 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 6 Aug 2024 15:03:57 -0400 Subject: [PATCH] Updates to the template table and removing the table being replicated 2 times --- app/templates/views/dashboard/dashboard.html | 3 --- app/templates/views/dashboard/template-statistics.html | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index bcb942210..4a4bf93ca 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -58,7 +58,6 @@ {% if current_user.has_permissions('manage_service') %}{% endif %} - {{ ajax_block(partials, updates_url, 'template-statistics') }}
- -

Recent templates

{{ ajax_block(partials, updates_url, 'template-statistics') }} diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html index 9acd142d6..5ad22a0dd 100644 --- a/app/templates/views/dashboard/template-statistics.html +++ b/app/templates/views/dashboard/template-statistics.html @@ -2,6 +2,7 @@
{% if template_statistics|length > 1 %} +

Recent Templates

{% call(item, row_number) list_table( template_statistics,