|
@@ -98,7 +98,6 @@
|
|
|
<th class="text-right px-4 py-2 font-semibold">Workers</th>
|
|
<th class="text-right px-4 py-2 font-semibold">Workers</th>
|
|
|
<th class="text-right px-4 py-2 font-semibold">Tasks</th>
|
|
<th class="text-right px-4 py-2 font-semibold">Tasks</th>
|
|
|
<th class="text-right px-4 py-2 font-semibold">Reserve</th>
|
|
<th class="text-right px-4 py-2 font-semibold">Reserve</th>
|
|
|
- <th class="text-left px-4 py-2 font-semibold">Status</th>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody class="divide-y divide-slate-100 dark:divide-slate-700">
|
|
<tbody class="divide-y divide-slate-100 dark:divide-slate-700">
|
|
@@ -117,13 +116,6 @@
|
|
|
<td class="px-4 py-2 text-right font-mono">
|
|
<td class="px-4 py-2 text-right font-mono">
|
|
|
{{ (s.reserveFraction * 100)|number_format(0) }}%
|
|
{{ (s.reserveFraction * 100)|number_format(0) }}%
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="px-4 py-2">
|
|
|
|
|
- {% if s.isArchived %}
|
|
|
|
|
- <span class="inline-block px-2 py-0.5 text-xs bg-slate-100 text-slate-600 rounded dark:bg-slate-700 dark:text-slate-300">archived</span>
|
|
|
|
|
- {% else %}
|
|
|
|
|
- <span class="inline-block px-2 py-0.5 text-xs bg-green-100 text-green-800 rounded dark:bg-green-900 dark:text-green-200">active</span>
|
|
|
|
|
- {% endif %}
|
|
|
|
|
- </td>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
{% endfor %}
|
|
{% endfor %}
|
|
|
</tbody>
|
|
</tbody>
|