mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
fix duplicate tags
This commit is contained in:
parent
907ab6af57
commit
625647ed19
2 changed files with 0 additions and 7 deletions
|
|
@ -1,9 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { modifyDeviceRoutes } from './DeviceRoutes/DeviceRouteAPI.svelte';
|
||||
import { Device } from '$lib/common/classes';
|
||||
import DeviceRoute from './DeviceRoutes/DeviceRoute.svelte';
|
||||
import { getDevices } from '$lib/common/apiFunctions.svelte';
|
||||
import { alertStore } from '$lib/common/stores';
|
||||
|
||||
export let device = new Device();
|
||||
|
||||
|
|
|
|||
|
|
@ -34,9 +34,5 @@
|
|||
>
|
||||
</span>
|
||||
{/each}
|
||||
|
||||
{#each device.validTags as tag}
|
||||
<span class="mb-1 mr-1 btn btn-xs btn-secondary normal-case">{tag.replace("tag:","")}</span>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue