Aug 3 - Update the dashboard, remove the letter A,B,C,D
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
{% if current_user.role != 'customer' %}
|
||||
<div class="group-card group-blue">
|
||||
<div class="d-flex justify-content-between align-items-center mb-2">
|
||||
<span class="group-title gt-white mb-0">A. Scheduled Inspection</span>
|
||||
<span class="group-title gt-white mb-0">Scheduled Inspection</span>
|
||||
<a href="{{ url_for('scheduled_inspections.index') }}" class="btn btn-sm btn-light">View all</a>
|
||||
</div>
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
══════════════════════════════════════════════════════════════════════════ #}
|
||||
{% set G = '#4e8a2f' %}
|
||||
<div class="group-card group-green">
|
||||
<div class="group-title gt-green">B. Quick Review</div>
|
||||
<div class="group-title gt-green">Quick Review</div>
|
||||
<div class="row row-cols-2 row-cols-sm-3 row-cols-xl-5 g-3">
|
||||
{{ 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' %}
|
||||
<div class="group-card group-orange">
|
||||
<div class="group-title gt-orange">C. Review Issues</div>
|
||||
<div class="group-title gt-orange">Review Issues</div>
|
||||
<div class="row row-cols-2 row-cols-sm-3 row-cols-xl-5 g-3">
|
||||
{{ 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' %}
|
||||
<div class="group-card group-grey">
|
||||
<div class="group-title gt-red">D. SLA Alert</div>
|
||||
<div class="group-title gt-red">SLA Alert</div>
|
||||
<div class="row row-cols-1 row-cols-sm-2 g-3">
|
||||
{{ stat_tile('SLA At Risk', sla_at_risk, R,
|
||||
url_for('issues.index', sla='at_risk'),
|
||||
|
||||
Reference in New Issue
Block a user