Split system views into individual ones
This commit is contained in:
11
dashboard/src/views/SystemDockerView.vue
Normal file
11
dashboard/src/views/SystemDockerView.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
|
||||
import PrivateRegistry from '../components/PrivateRegistry.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="content">
|
||||
<PrivateRegistry />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user