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'),