1
0
forked from baron/baron-sso

공통 테이블 헤더 배경 토큰 적용

This commit is contained in:
2026-05-14 13:12:15 +09:00
parent b387673a8a
commit bdd42be57e
8 changed files with 19 additions and 11 deletions

View File

@@ -38,6 +38,7 @@ import {
TableHeader,
TableRow,
} from "../../components/ui/table";
import { commonStickyTableHeaderClass } from "../../../../common/ui/table";
import {
type ApiKeySummary,
deleteApiKey,
@@ -214,7 +215,7 @@ function ApiKeyListPage() {
<div className="flex-1 rounded-md border overflow-hidden flex flex-col">
<div className="flex-1 overflow-auto relative custom-scrollbar">
<Table>
<TableHeader className="sticky top-0 z-10 bg-secondary shadow-sm">
<TableHeader className={commonStickyTableHeaderClass}>
<TableRow>
<TableHead>
{t("ui.admin.api_keys.list.table.name", "NAME")}