diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 190bffaae..322696eb1 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -86,6 +86,7 @@ const message = { refreshRate: 'Rate', noRefresh: 'No Refresh', refreshRateUnit: '{0} Seconds/Time', + selectColumn: 'Select column', }, loadingText: { Upgrading: 'System upgrade, please wait...', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 104995f9e..656cf4891 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -86,6 +86,7 @@ const message = { refreshRate: '刷新頻率', noRefresh: '不刷新', refreshRateUnit: '{0} 秒/次', + selectColumn: '選擇列', }, loadingText: { Upgrading: '系統升級中,請稍候...', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 5223422a2..6dce6281c 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -86,6 +86,7 @@ const message = { refreshRate: '刷新频率', noRefresh: '不刷新', refreshRateUnit: '{0} 秒/次', + selectColumn: '选择列', }, loadingText: { Upgrading: '系统升级中,请稍候...', diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index e3b5bd6d1..7e42d7718 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -13,6 +13,12 @@ {{ $t('container.includeAppstore') }} + @@ -86,6 +92,8 @@ @search="search" :row-style="{ height: '65px' }" style="width: 100%" + :columns="columns" + localKey="contanerColumn" > - + {{ item }} @@ -235,7 +248,6 @@ :width="mobile ? 260 : 'auto'" min-width="200" prop="ports" - fix > @@ -277,7 +289,6 @@ min-width="200" show-overflow-tooltip prop="runTime" - fix /> {