Show parent prefix on assign page; confirm install and charge-all actions

This commit is contained in:
2026-06-10 12:40:13 -05:00
parent 1309c2f5db
commit 0223b820be
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<label style="display:flex;align-items:center;gap:0.6rem;font-weight:normal;min-height:44px;cursor:pointer;">
<input type="radio" name="device_id" value="{{ device.id }}" style="cursor:pointer;">
<span>
<strong>{{ device.name }}</strong>
{% if device.parent %}<span class="text-muted">{{ device.parent.name }} / </span>{% endif %}<strong>{{ device.name }}</strong>
<span class="text-muted">({{ device.installed_count() }}/{{ device.battery_slots }} slots used)</span>
</span>
</label>