Skip to content

Commit e9342f1

Browse files
committed
feat(ui): optimize batch operations for auto-discovery pool
1 parent 6661eb8 commit e9342f1

File tree

3 files changed

+198
-152
lines changed

3 files changed

+198
-152
lines changed

cmdb-ui/src/modules/cmdb/lang/en.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,8 @@ const cmdb_en = {
603603
acceptTime: 'Accept Time',
604604
confirmAccept: 'Confirm Accept?',
605605
acceptSuccess: 'Accept successfully',
606+
batchAccept: 'Currently being stored...',
607+
batchAccept2: 'Currently being stored: {total} items, {successNum} successful, {errorNum} failed',
606608
isAccept: 'Accept',
607609
deleteADC: 'Confirm to delete this data?',
608610
batchDelete: 'Confirm to delete this data?',

cmdb-ui/src/modules/cmdb/lang/zh.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,8 @@ const cmdb_zh = {
603603
acceptTime: '入库时间',
604604
confirmAccept: '确认入库?',
605605
acceptSuccess: '入库成功',
606+
batchAccept: '正在入库...',
607+
batchAccept2: '正在入库,共{total}个,成功{successNum}个,失败{errorNum}个',
606608
isAccept: '入库',
607609
deleteADC: '确认删除该条数据?',
608610
batchDelete: '确认删除这些数据?',

0 commit comments

Comments
 (0)