forked from baron/baron-sso
fix(admin): stabilize tenant import report UI and satisfy E2E tests
- Added missing i18n keys for import results in both root and common locales. - Fixed TypeScript type errors and implicit 'any' types in TenantListPage. - Added 'destructive' variant to common Badge component. - Updated Playwright tests with refined locators and enhanced API mocks to match the new reporting structure. - Restored quick summary message in Tenant Registry for backward compatibility.
This commit is contained in:
@@ -1179,6 +1179,12 @@ pick = "Select parent scope"
|
||||
description = ""
|
||||
title = "Domain conflict"
|
||||
|
||||
[ui.admin.tenants.import_result]
|
||||
message = "Message"
|
||||
modified = "Modified:"
|
||||
status = "Status"
|
||||
title = "Import Result Report"
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = "Candidates"
|
||||
confirm = "Run import"
|
||||
@@ -1323,6 +1329,12 @@ total = "Total"
|
||||
total_label = "Total"
|
||||
view_profile = "View Profile"
|
||||
|
||||
[ui.admin.tenants.import_result]
|
||||
message = "Message"
|
||||
modified = "Modified:"
|
||||
status = "Status"
|
||||
title = "Import Result Report"
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = "Candidates"
|
||||
confirm = "Confirm Import"
|
||||
|
||||
@@ -375,6 +375,12 @@ view_org_chart = "전체 조직도 보기"
|
||||
description = ""
|
||||
title = "도메인 충돌"
|
||||
|
||||
[ui.admin.tenants.import_result]
|
||||
message = "상세 내용"
|
||||
modified = "수정됨:"
|
||||
status = "상태"
|
||||
title = "가져오기 결과 리포트"
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = "후보"
|
||||
confirm = "가져오기 실행"
|
||||
@@ -1786,6 +1792,12 @@ total = "전체"
|
||||
total_label = "전체"
|
||||
view_profile = "상세 정보"
|
||||
|
||||
[ui.admin.tenants.import_result]
|
||||
message = "상세 내용"
|
||||
modified = "수정됨:"
|
||||
status = "상태"
|
||||
title = "가져오기 결과 리포트"
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = "후보"
|
||||
confirm = "임포트 확정"
|
||||
|
||||
@@ -233,6 +233,12 @@ view_org_chart = ""
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.import_result]
|
||||
message = ""
|
||||
modified = ""
|
||||
status = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = ""
|
||||
confirm = ""
|
||||
@@ -1747,6 +1753,12 @@ search_placeholder = ""
|
||||
title = ""
|
||||
tree_search_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.import_result]
|
||||
message = ""
|
||||
modified = ""
|
||||
status = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = ""
|
||||
confirm = ""
|
||||
|
||||
Reference in New Issue
Block a user