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:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user