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