1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

style: 修改安装应用提示语句 (#1308)

This commit is contained in:
zhengkunwang223 2023-06-09 11:48:11 +08:00 committed by GitHub
parent 39f952e460
commit 9361c358f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1157,8 +1157,8 @@ const message = {
containerName: '容器名称',
containerNameHelper: '可以为空为空自动生成',
allowPort: '端口外部访问',
allowPortHelper: '允许外部端口访问会放开防火墙端口php运行环境请勿放开',
appInstallWarn: '应用默认不放开外部访问端口可以在高级设置中选择放开',
allowPortHelper: '允许端口外部访问会放开防火墙端口php运行环境请勿放开',
appInstallWarn: '应用端口默认不允许外部访问可以在下方高级设置中选择放开',
upgradeStart: '开始升级请稍后刷新页面',
toFolder: '进入安装目录',
editCompose: '编辑 compose 文件',

View File

@ -11,7 +11,7 @@
</template>
<el-row v-loading="loading">
<el-col :span="22" :offset="1">
<el-alert type="info" :closable="false">
<el-alert type="error" :closable="false">
<p>{{ $t('app.appInstallWarn') }}</p>
</el-alert>
<el-form