Show parent prefix on assign page; confirm install and charge-all actions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user