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