1
0
forked from baron/baron-sso

fix: additional UI cleanup for RBAC simplification

- Simplified access control in TenantListPage and UserDetailPage.
- Final formatting and default tab fixes in TenantWorksmobilePage.
This commit is contained in:
2026-06-02 19:24:05 +09:00
parent 74068503bb
commit e5f1c85e29
3 changed files with 10 additions and 23 deletions

View File

@@ -733,7 +733,10 @@ export function TenantWorksmobilePage() {
{activeTab === "users" ? (
<div className="space-y-4 animate-in fade-in duration-500">
<ComparisonSummary
title={t("ui.admin.tenants.worksmobile.compare", "Baron / Works 비교")}
title={t(
"ui.admin.tenants.worksmobile.compare",
"Baron / Works 비교",
)}
summary={userSummary}
/>
<ComparisonTable
@@ -1680,10 +1683,10 @@ function ComparisonTable({
? {
display: "grid",
height: `${
isTestEnv
? rows.length * WORKSMOBILE_ROW_ESTIMATED_HEIGHT
: rowVirtualizer.getTotalSize()
}px`,
isTestEnv
? rows.length * WORKSMOBILE_ROW_ESTIMATED_HEIGHT
: rowVirtualizer.getTotalSize()
}px`,
minWidth: tableMinWidth,
position: "relative",
}