diff --git a/frontend/src/api/interface/container.ts b/frontend/src/api/interface/container.ts index f734372a7..8c64db553 100644 --- a/frontend/src/api/interface/container.ts +++ b/frontend/src/api/interface/container.ts @@ -57,6 +57,7 @@ export namespace Container { createTime: string; state: string; runTime: string; + network: Array; ports: Array; isFromApp: boolean; isFromCompose: boolean; diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index d278c697e..f060b5227 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -78,7 +78,7 @@ const message = { interval: 'Interval', user: 'User', title: 'Title', - network: 'Network', + network: 'Network', port: 'Port', protocol: 'Protocol', tableSetting: 'Table setting', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 858c9dad2..d371af1a1 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -78,7 +78,7 @@ const message = { interval: '耗時', user: '用戶', title: '標題', - network: '網絡', + network: '網絡', port: '端口', protocol: '協議', tableSetting: '列表設置', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index c427a0459..ff185975e 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -78,7 +78,7 @@ const message = { interval: '耗时', user: '用户', title: '标题', - network: '网络', + network: '网络', port: '端口', protocol: '协议', tableSetting: '列表设置', diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index e5e309516..a1a5494de 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -90,7 +90,10 @@ -
-
-
{{ item }}
-
-
+ :label="$t('commons.table.network')" + :width="mobile ? 80 : 'auto'" + min-width="80" + fix + > +