diff --git a/adminfront/src/features/auth/AuthPage.tsx b/adminfront/src/features/auth/AuthPage.tsx index a88f36be..890d3b7e 100644 --- a/adminfront/src/features/auth/AuthPage.tsx +++ b/adminfront/src/features/auth/AuthPage.tsx @@ -1,4 +1,3 @@ -import { KeyRound } from "lucide-react"; import { t } from "../../lib/i18n"; import PermissionChecker from "./components/PermissionChecker"; @@ -7,8 +6,7 @@ function AuthPage() {
-

- +

{t("ui.admin.auth_guard.title", "Auth Guard")}

diff --git a/adminfront/src/features/auth/components/PermissionChecker.tsx b/adminfront/src/features/auth/components/PermissionChecker.tsx index 792ac1ad..e286788b 100644 --- a/adminfront/src/features/auth/components/PermissionChecker.tsx +++ b/adminfront/src/features/auth/components/PermissionChecker.tsx @@ -1,5 +1,5 @@ import { useMutation } from "@tanstack/react-query"; -import { CheckCircle2, ShieldAlert, XCircle } from "lucide-react"; +import { CheckCircle2, XCircle } from "lucide-react"; import { useState } from "react"; import { Button } from "../../../components/ui/button"; import { @@ -47,8 +47,7 @@ function PermissionChecker() { return ( - - + {t( "ui.admin.auth_guard.checker.title", "ReBAC permission checker", diff --git a/adminfront/src/features/integrity/DataIntegrityPage.tsx b/adminfront/src/features/integrity/DataIntegrityPage.tsx index b13e83eb..47c2128e 100644 --- a/adminfront/src/features/integrity/DataIntegrityPage.tsx +++ b/adminfront/src/features/integrity/DataIntegrityPage.tsx @@ -373,24 +373,16 @@ function DataIntegrityContent() {

-
-
- -
-
-

- {t( - "ui.admin.integrity.read_model.title", - "Read model integrity", - )} -

-

- {t( - "msg.admin.integrity.read_model.description", - "Ory SoT를 덮어쓰지 않고 backend DB read model의 이상 징후만 확인합니다.", - )} -

-
+
+

+ {t("ui.admin.integrity.read_model.title", "Read model integrity")} +

+

+ {t( + "msg.admin.integrity.read_model.description", + "Ory SoT를 덮어쓰지 않고 backend DB read model의 이상 징후만 확인합니다.", + )} +

{data ? ( diff --git a/adminfront/src/features/overview/GlobalOverviewPage.tsx b/adminfront/src/features/overview/GlobalOverviewPage.tsx index ece1bd78..6cf0b64f 100644 --- a/adminfront/src/features/overview/GlobalOverviewPage.tsx +++ b/adminfront/src/features/overview/GlobalOverviewPage.tsx @@ -2,7 +2,6 @@ import { useQuery } from "@tanstack/react-query"; import { Activity, AlertTriangle, - BarChart3, CheckCircle2, Database, ShieldCheck, @@ -289,22 +288,16 @@ function RPUsageMixedChart({ return (
-
- -
-

- {t( - "ui.admin.overview.chart.title", - "회사별 앱별 로그인 요청 현황", - )} -

-

- {t( - "ui.admin.overview.chart.description", - "전체 또는 선택한 회사 기준으로 그래프를 확인합니다.", - )} -

-
+
+

+ {t("ui.admin.overview.chart.title", "회사별 앱별 로그인 요청 현황")} +

+

+ {t( + "ui.admin.overview.chart.description", + "전체 또는 선택한 조직 기준으로 그래프를 확인합니다.", + )} +

{periodControls}
@@ -570,22 +563,19 @@ function GlobalOverviewPage() { {usageQuery.isError ? (
-
- -
-

- {t( - "ui.admin.overview.chart.title", - "회사별 앱별 로그인 요청 현황", - )} -

-

- {t( - "ui.admin.overview.chart.description", - "전체 또는 선택한 회사 기준으로 그래프를 확인합니다.", - )} -

-
+
+

+ {t( + "ui.admin.overview.chart.title", + "회사별 앱별 로그인 요청 현황", + )} +

+

+ {t( + "ui.admin.overview.chart.description", + "전체 또는 선택한 조직 기준으로 그래프를 확인합니다.", + )} +

{periodControls}
diff --git a/adminfront/src/features/projections/UserProjectionPage.tsx b/adminfront/src/features/projections/UserProjectionPage.tsx index 6c91362f..763dd29b 100644 --- a/adminfront/src/features/projections/UserProjectionPage.tsx +++ b/adminfront/src/features/projections/UserProjectionPage.tsx @@ -1,5 +1,5 @@ import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; -import { AlertTriangle, Database, RefreshCw, RotateCcw } from "lucide-react"; +import { AlertTriangle, RefreshCw, RotateCcw } from "lucide-react"; import { RoleGuard } from "../../components/auth/RoleGuard"; import { Badge } from "../../components/ui/badge"; import { Button } from "../../components/ui/button"; @@ -168,9 +168,6 @@ function UserProjectionContent() {
-
- -

{t(