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