mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-17 16:39:45 +00:00
minor adjustment for tag visuals
This commit is contained in:
parent
aee686a919
commit
42b32b7e82
1 changed files with 2 additions and 2 deletions
|
|
@ -14,13 +14,13 @@
|
|||
|
||||
<div class="card-primary">
|
||||
<div on:click={() => (cardExpanded = !cardExpanded)} class="flex">
|
||||
<span class="font-bold w-full">
|
||||
<span class="min-w-64 w-1/2 font-bold">
|
||||
{#if cardEditing == false}
|
||||
{device.id}: {device.givenName}
|
||||
{/if}
|
||||
<RenameDevice bind:cardEditing {device} />
|
||||
<DeviceTags {device} />
|
||||
</span>
|
||||
<div class="grow w-full"><DeviceTags {device} /></div>
|
||||
<div class="grow min-w-fit">
|
||||
<RemoveDevice {device} />
|
||||
<button type="button">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue