diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 9b94b1b85..e910f1661 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -2011,6 +2011,7 @@ const message = { 'Applications such as WordPress installed from the app store have pseudo-static configuration by default. Repeated configuration may result in errors', websiteBackupWarn: 'Only supports importing local backups, importing backups from other machines may cause recovery failure', + ipWebsiteWarn: 'Websites with IP as domain names need to be set as default sites to be accessed normally', }, php: { short_open_tag: 'Short tag support', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 0dc5ed97d..b6c5823be 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1876,6 +1876,7 @@ const message = { containWarn: '其他域名中包含主域名,请重新輸入', rewriteHelper2: '從應用程式商店安裝的 WordPress 等應用,預設已經配置好偽靜態,重複配置可能會報錯', websiteBackupWarn: '僅支援導入本機備份,導入其他機器備份可能會恢復失敗', + ipWebsiteWarn: 'IP 為網域名稱的網站,需要設定為預設網站才能正常存取', }, php: { short_open_tag: '短標簽支持', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 6d4956644..e56d2083c 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1877,6 +1877,7 @@ const message = { containWarn: '其他域名中包含主域名,请重新输入', rewriteHelper2: '从应用商店安装的 WordPress 等应用,默认已经配置好伪静态,重复配置可能会报错', websiteBackupWarn: '仅支持导入本机备份,导入其他机器备份可能会恢复失败', + ipWebsiteWarn: 'IP 为域名的网站,需要设置为默认站点才能正常访问', }, php: { short_open_tag: '短标签支持', diff --git a/frontend/src/routers/modules/container.ts b/frontend/src/routers/modules/container.ts index ff111e82f..c4c3cacd7 100644 --- a/frontend/src/routers/modules/container.ts +++ b/frontend/src/routers/modules/container.ts @@ -6,7 +6,7 @@ const containerRouter = { component: Layout, redirect: '/containers/container', meta: { - icon: 'p-docker', + icon: 'p-docker1', title: 'menu.container', }, children: [ diff --git a/frontend/src/views/container/compose/index.vue b/frontend/src/views/container/compose/index.vue index 4cbbb9651..6d7d9eb42 100644 --- a/frontend/src/views/container/compose/index.vue +++ b/frontend/src/views/container/compose/index.vue @@ -52,7 +52,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index b6844623d..54b3b112b 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -97,9 +97,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/container/network/index.vue b/frontend/src/views/container/network/index.vue index 25e8b2985..7ae69c5b4 100644 --- a/frontend/src/views/container/network/index.vue +++ b/frontend/src/views/container/network/index.vue @@ -42,9 +42,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/container/template/index.vue b/frontend/src/views/container/template/index.vue index 7bf436bd7..9e98aae05 100644 --- a/frontend/src/views/container/template/index.vue +++ b/frontend/src/views/container/template/index.vue @@ -39,9 +39,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/container/volume/index.vue b/frontend/src/views/container/volume/index.vue index 08bcf9521..b260d7b44 100644 --- a/frontend/src/views/container/volume/index.vue +++ b/frontend/src/views/container/volume/index.vue @@ -43,9 +43,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/cronjob/index.vue b/frontend/src/views/cronjob/index.vue index ba5d8b49c..a72d44432 100644 --- a/frontend/src/views/cronjob/index.vue +++ b/frontend/src/views/cronjob/index.vue @@ -50,9 +50,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/website/runtime/node/index.vue b/frontend/src/views/website/runtime/node/index.vue index 6a298c879..188c4a1e8 100644 --- a/frontend/src/views/website/runtime/node/index.vue +++ b/frontend/src/views/website/runtime/node/index.vue @@ -28,9 +28,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/website/runtime/php/index.vue b/frontend/src/views/website/runtime/php/index.vue index bfc695e69..4fc86119d 100644 --- a/frontend/src/views/website/runtime/php/index.vue +++ b/frontend/src/views/website/runtime/php/index.vue @@ -32,9 +32,9 @@ show-overflow-tooltip > diff --git a/frontend/src/views/website/website/config/basic/https/index.vue b/frontend/src/views/website/website/config/basic/https/index.vue index 6f2acc8dc..d05c4b61c 100644 --- a/frontend/src/views/website/website/config/basic/https/index.vue +++ b/frontend/src/views/website/website/config/basic/https/index.vue @@ -13,6 +13,7 @@
+ {{ $t('website.ipWebsiteWarn') }} {{ $t('website.SSLConfig') }} diff --git a/frontend/src/views/website/website/index.vue b/frontend/src/views/website/website/index.vue index faab7f817..17117e58c 100644 --- a/frontend/src/views/website/website/index.vue +++ b/frontend/src/views/website/website/index.vue @@ -68,9 +68,9 @@ show-overflow-tooltip >