mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 14:53:19 +08:00
feat: 数据库管理优化1
This commit is contained in:
@@ -29,10 +29,10 @@ const createServerModalShow = ref(false)
|
||||
<TheIcon :size="18" icon="material-symbols:add" />
|
||||
创建数据库
|
||||
</n-button>
|
||||
<!--<n-button v-if="currentTab === 'user'" type="primary" @click="createUserModalShow = true">
|
||||
<n-button v-if="currentTab === 'user'" type="primary" @click="createUserModalShow = true">
|
||||
<TheIcon :size="18" icon="material-symbols:add" />
|
||||
创建用户
|
||||
</n-button>-->
|
||||
</n-button>
|
||||
<n-button v-if="currentTab === 'server'" type="primary" @click="createServerModalShow = true">
|
||||
<TheIcon :size="18" icon="material-symbols:add" />
|
||||
添加服务器
|
||||
|
||||
Reference in New Issue
Block a user