feat:移除了弹窗,服务器添加sls
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import ResourceManagementSettings from './ResourceManagementSettings.vue'
|
||||
import StorageSettings from './StorageSettings.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col gap-6">
|
||||
<ResourceManagementSettings scope="storage-backups" />
|
||||
<StorageSettings />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user