1
0
forked from baron/baron-sso

클라이언트 상세 페이지에 Federation 탭 추가

This commit is contained in:
2026-01-29 14:53:14 +09:00
parent c82934b7cd
commit 59a5f99fb9
4 changed files with 20 additions and 0 deletions

View File

@@ -120,6 +120,12 @@ function ClientConsentsPage() {
>
Settings
</Link>
<Link
to={`/clients/${clientId}/federation`}
className="whitespace-nowrap border-b-2 border-transparent text-muted-foreground hover:text-foreground"
>
Federation
</Link>
</div>
</header>

View File

@@ -95,6 +95,12 @@ function ClientDetailsPage() {
>
Settings
</Link>
<Link
to={`/clients/${clientId}/federation`}
className="pb-3 text-sm font-bold text-muted-foreground hover:text-foreground"
>
Federation
</Link>
</div>
</div>

View File

@@ -170,6 +170,12 @@ function ClientGeneralPage() {
<span className="whitespace-nowrap border-b-2 border-primary pb-1 text-primary">
Settings
</span>
<Link
to={`/clients/${clientId}/federation`}
className="whitespace-nowrap border-b-2 border-transparent text-muted-foreground hover:text-foreground"
>
Federation
</Link>
</>
)}
</div>