WebHost: add checks percent done column to tracker (#1376)

* WebHost: add checks percent done column to tracker

* WebHost: add checks percent done column to tracker
This commit is contained in:
vgZerst
2023-02-03 23:04:00 -06:00
committed by GitHub
parent 555a0da46d
commit fb1a9e9c5a
2 changed files with 10 additions and 2 deletions

View File

@@ -98,6 +98,7 @@
<th colspan="{{ colspan }}" class="center-column">{{ area }}</th>
{%- endif -%}
{%- endfor -%}
<th rowspan="2" class="center-column">&percnt;</th>
<th rowspan="2" class="center-column hours">Last<br>Activity</th>
</tr>
<tr>
@@ -140,6 +141,7 @@
<td class="center-column">{% if inventory[team][player][big_key_ids[area]] %}✔️{% endif %}</td>
{%- endif -%}
{%- endfor -%}
<td class="center-column">{{ percent_total_checks_done[team][player] }}</td>
{%- if activity_timers[(team, player)] -%}
<td class="center-column">{{ activity_timers[(team, player)].total_seconds() }}</td>
{%- else -%}