From f32a4f86c10310649007d86179985583dcdc778c Mon Sep 17 00:00:00 2001 From: NguyenND Date: Mon, 3 Aug 2026 14:12:45 -0400 Subject: [PATCH] Aug 3 - Update the dashboard, remove the letter A,B,C,D --- app/templates/dashboard.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 4e620b5..1aaa96c 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -91,7 +91,7 @@ {% if current_user.role != 'customer' %}
- A. Scheduled Inspection + Scheduled Inspection View all
@@ -162,7 +162,7 @@ ══════════════════════════════════════════════════════════════════════════ #} {% set G = '#4e8a2f' %}
-
B. Quick Review
+
Quick Review
{{ stat_tile('Submitted Today', completed_today, G, url_for('inspections.index', status='completed', date_from=today_str, date_to=today_str), @@ -189,7 +189,7 @@ ══════════════════════════════════════════════════════════════════════════ #} {% set O = '#d5761a' %}
-
C. Review Issues
+
Review Issues
{{ stat_tile('Open · Janitorial', handler_breakdown.internal, O, url_for('issues.index', status='open', handler_type='internal'), @@ -227,7 +227,7 @@ {% if sla_breached > 0 or sla_at_risk > 0 %} {% set R = '#cc0000' %}
-
D. SLA Alert
+
SLA Alert
{{ stat_tile('SLA At Risk', sla_at_risk, R, url_for('issues.index', sla='at_risk'),