mirror of
https://github.com/unraid/api.git
synced 2026-01-03 15:09:48 -06:00
10 lines
165 B
Vue
10 lines
165 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<span class="block w-12px h-12px mr-8px bg-green rounded-full"></span>
|
|
Connected
|
|
</div>
|
|
</template> |