Files
xen-orchestra/@xen-orchestra/lite/src/views/vm/VmNetworkView.vue

8 lines
163 B
Vue
Raw Normal View History

2023-05-15 11:15:52 +02:00
<template>
<PageUnderConstruction />
</template>
<script lang="ts" setup>
import PageUnderConstruction from "@/components/PageUnderConstruction.vue";
</script>