Fixes #2125 - Show child status in device bay list

Exposes devicebay.installed_device.status in the parent device detail view.
This commit is contained in:
zmoody
2018-07-10 20:40:48 -05:00
parent 108e9722fa
commit b6e354085e
2 changed files with 5 additions and 0 deletions

View File

@@ -387,6 +387,7 @@
<th class="pk"><input type="checkbox" class="toggle" title="Toggle all" /></th>
{% endif %}
<th>Name</th>
<th>Status</th>
<th colspan="2">Installed Device</th>
<th></th>
</tr>