mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-25 19:49:14 +08:00
feat: 新建网站 无数据库情况增加提示
This commit is contained in:
parent
e9a129ef0f
commit
48054b05ce
@ -804,6 +804,7 @@ export default {
|
||||
forceDeleteHelper: '强制删除,会忽略删除过程中产生的错误并最终删除元数据',
|
||||
deleteBackup: '删除备份',
|
||||
deleteBackupHelper: '同时删除应用备份',
|
||||
noService: '无{0}',
|
||||
toInstall: '去安装',
|
||||
},
|
||||
website: {
|
||||
|
@ -35,7 +35,9 @@
|
||||
></el-option>
|
||||
</el-select>
|
||||
<span v-if="p.type === 'service' && !p.services" style="margin-left: 5px">
|
||||
<el-link type="primary" :underline="false" @click="toPage()">{{ $t('app.toInstall') }}</el-link>
|
||||
<el-link type="primary" :underline="false" @click="toPage()">
|
||||
{{ $t('app.toInstall') }}
|
||||
</el-link>
|
||||
</span>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user