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:
parent
39f952e460
commit
9361c358f1
@ -1157,8 +1157,8 @@ const message = {
|
||||
containerName: '容器名称',
|
||||
containerNameHelper: '可以为空,为空自动生成',
|
||||
allowPort: '端口外部访问',
|
||||
allowPortHelper: '允许外部端口访问会放开防火墙端口,php运行环境请勿放开',
|
||||
appInstallWarn: '应用默认不放开外部访问端口,可以在高级设置中选择放开',
|
||||
allowPortHelper: '允许端口外部访问会放开防火墙端口,php运行环境请勿放开',
|
||||
appInstallWarn: '应用端口默认不允许外部访问,可以在下方高级设置中选择放开',
|
||||
upgradeStart: '开始升级!请稍后刷新页面',
|
||||
toFolder: '进入安装目录',
|
||||
editCompose: '编辑 compose 文件',
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user