198b240755
* get ip and hostnames * use heroicons * add host field * get private info * unstyled prototype * styled select * add to setup * fix types
8 lines
158 B
Vue
8 lines
158 B
Vue
<template>
|
|
<CheckCircleIcon />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import CheckCircleIcon from '@heroicons/vue/24/outline/esm/CheckCircleIcon';
|
|
</script>
|