added device name to card

This commit is contained in:
Christopher Bisset 2022-07-29 12:23:35 +10:00
parent d804dda875
commit bf739e3291

View file

@ -64,6 +64,10 @@ import DeviceTags from './DeviceCard/DeviceTags.svelte';
<th>Assigned User</th>
<MoveDevice {device} />
</tr>
<tr>
<th>Device Name</th>
<td>{device.name}</td>
</tr>
<tr>
<DeviceRoutes {device} />
</tr>