diff --git a/agent/app/service/app_utils.go b/agent/app/service/app_utils.go index 3f76980ca..d98a9d37d 100644 --- a/agent/app/service/app_utils.go +++ b/agent/app/service/app_utils.go @@ -1191,7 +1191,6 @@ func getApps(oldApps []model.App, items []dto.AppDefine, systemVersion string, t continue } if config.Deprecated > 0 && common.CompareAppVersion(systemVersion, strconv.FormatFloat(config.Deprecated, 'f', -1, 64)) { - task.Log(i18n.GetWithName("AppVersionNotMatch", item.Name)) continue } diff --git a/agent/i18n/lang/zh.yaml b/agent/i18n/lang/zh.yaml index d6e47f4cf..c51395281 100644 --- a/agent/i18n/lang/zh.yaml +++ b/agent/i18n/lang/zh.yaml @@ -78,7 +78,7 @@ PullImageStart: "开始拉取镜像 {{ .name }}" PullImageSuccess: "镜像拉取成功" AppStoreSyncSuccess: "应用商店同步成功" SyncAppDetail: "同步应用配置" -AppVersionNotMatch: "{{ .name }} 应用不适配当前 1Panel 版本,跳过" +AppVersionNotMatch: "{{ .name }} 应用需要更高的 1Panel 版本,跳过" MoveSiteDir: "当前升级需要迁移 OpenResty 网站目录" MoveSiteToDir: "迁移网站目录到 {{ .name }}" ErrMoveSiteDir: "迁移网站目录失败" diff --git a/frontend/src/views/website/runtime/environment/index.vue b/frontend/src/views/website/runtime/environment/index.vue index fed425e55..ff1b7829d 100644 --- a/frontend/src/views/website/runtime/environment/index.vue +++ b/frontend/src/views/website/runtime/environment/index.vue @@ -7,12 +7,15 @@ + +
=
+
- + {{ $t('commons.button.delete') }} diff --git a/frontend/src/views/website/runtime/php/create/index.vue b/frontend/src/views/website/runtime/php/create/index.vue index 4d20f0b3c..afa70d3de 100644 --- a/frontend/src/views/website/runtime/php/create/index.vue +++ b/frontend/src/views/website/runtime/php/create/index.vue @@ -122,6 +122,7 @@ {{ $t('container.env') }}
+