mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-17 16:39:45 +00:00
added device name to card
This commit is contained in:
parent
d804dda875
commit
bf739e3291
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue