1
0
forked from baron/baron-sso

중복 scope name 삭제 및 DELETE 추가

This commit is contained in:
2026-02-20 17:13:48 +09:00
parent 9dbd539855
commit 870e88360e

View File

@@ -376,7 +376,6 @@ function ClientGeneralPage() {
<table className="w-full text-sm"> <table className="w-full text-sm">
<thead className="bg-muted/50 border-b border-border text-xs uppercase tracking-wider text-muted-foreground"> <thead className="bg-muted/50 border-b border-border text-xs uppercase tracking-wider text-muted-foreground">
<tr> <tr>
<th className="px-4 py-3 text-left font-bold">Scope Name</th>
<th className="px-4 py-3 text-left font-bold"> <th className="px-4 py-3 text-left font-bold">
{t( {t(
"ui.dev.clients.general.scopes.table.name", "ui.dev.clients.general.scopes.table.name",
@@ -395,7 +394,11 @@ function ClientGeneralPage() {
"Mandatory", "Mandatory",
)} )}
</th> </th>
<th className="px-4 py-3 text-right" /> <th className="px-4 py-3 text-right font-bold">
{t("ui.dev.clients.general.scopes.table.delete",
"Delete",
)}
</th>
</tr> </tr>
</thead> </thead>
<tbody className="divide-y divide-border"> <tbody className="divide-y divide-border">