diff --git a/devfront/src/features/audit/AuditLogsPage.tsx b/devfront/src/features/audit/AuditLogsPage.tsx index c25a9438..be816dda 100644 --- a/devfront/src/features/audit/AuditLogsPage.tsx +++ b/devfront/src/features/audit/AuditLogsPage.tsx @@ -10,6 +10,7 @@ import { } from "lucide-react"; import * as React from "react"; import { + commonStickyTableHeaderClass, commonTableShellClass, commonTableViewportClass, } from "../../../../common/ui/table"; @@ -287,7 +288,7 @@ function AuditLogsPage() {
- + {t("ui.dev.audit.table.time", "Time")} diff --git a/devfront/src/features/clients/ClientConsentsPage.tsx b/devfront/src/features/clients/ClientConsentsPage.tsx index 0895d7cc..00da9ce7 100644 --- a/devfront/src/features/clients/ClientConsentsPage.tsx +++ b/devfront/src/features/clients/ClientConsentsPage.tsx @@ -11,6 +11,7 @@ import { import { useState } from "react"; import { Link, useParams } from "react-router-dom"; import { + commonStickyTableHeaderClass, commonTableShellClass, commonTableViewportClass, } from "../../../../common/ui/table"; @@ -437,7 +438,7 @@ function ClientConsentsPage() {
- + {t("ui.dev.clients.consents.table.user", "User")} diff --git a/devfront/src/features/developer-request/DeveloperRequestPage.tsx b/devfront/src/features/developer-request/DeveloperRequestPage.tsx index 9949ee44..a9d032da 100644 --- a/devfront/src/features/developer-request/DeveloperRequestPage.tsx +++ b/devfront/src/features/developer-request/DeveloperRequestPage.tsx @@ -28,6 +28,7 @@ import { TableRow, } from "../../components/ui/table"; import { + commonStickyTableHeaderClass, commonTableShellClass, commonTableViewportClass, } from "../../../../common/ui/table"; @@ -192,7 +193,7 @@ export default function DeveloperRequestPage() {
- + {isSuperAdmin && (