diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 2b68f46e8..85722fba2 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -821,7 +821,9 @@ const message = { target: 'Target', targetHelper: 'Third-party backup accounts are maintained in panel settings.', retainCopies: 'Retain copies', - retainCopiesHelper: 'Retention of Execution Records', + retainCopiesHelper: 'Number of copies to retain for execution records and logs', + retainCopiesHelper1: 'Number of copies to retain for backup files', + retainCopiesUnit: 'copies (view)', cronSpecRule: 'Please enter a correct lifecycle', perMonth: 'Every monthly', perWeek: 'Every week', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index d94c5fcde..3412edd76 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -782,7 +782,9 @@ const message = { target: '備份到', targetHelper: '第三方備份賬號在面板設置中維護', retainCopies: '保留份數', - retainCopiesHelper: '執行記錄保留份數', + retainCopiesHelper: '執行記錄及日誌保留份数', + retainCopiesHelper1: '備份文件保留份数', + retainCopiesUnit: '份(查看)', cronSpecRule: '請輸入正確的執行周期', perMonth: '每月', perWeek: '每周', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 265dbe991..f86649275 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -783,7 +783,9 @@ const message = { target: '备份到', targetHelper: '第三方备份账号在面板设置中维护', retainCopies: '保留份数', - retainCopiesHelper: '执行记录保留份数', + retainCopiesHelper: '执行记录及日志保留份数', + retainCopiesHelper1: '备份文件保留份数', + retainCopiesUnit: '份 (查看)', cronSpecRule: '请输入正确的执行周期', perMonth: '每月', perWeek: '每周', diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index a979bf636..e19d9799b 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -307,7 +307,6 @@ html { .table-link { color: $primary-color; - font-weight: bold; cursor: pointer; } @@ -403,4 +402,4 @@ html { .p-ml-5 { margin-left: 5px !important; -} +} \ No newline at end of file diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index 71806be2d..b37bb1acb 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -210,7 +210,7 @@