From 15c5dea1eef52e191187ebba1313338d0994d4a4 Mon Sep 17 00:00:00 2001
From: Your Name
Date: Fri, 26 Jun 2026 20:34:50 +0800
Subject: [PATCH] fix(web): tighten tenants cockpit mobile density
---
.../src/app/[locale]/awooop/tenants/page.tsx | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/apps/web/src/app/[locale]/awooop/tenants/page.tsx b/apps/web/src/app/[locale]/awooop/tenants/page.tsx
index d0f60f6e..adb6b550 100644
--- a/apps/web/src/app/[locale]/awooop/tenants/page.tsx
+++ b/apps/web/src/app/[locale]/awooop/tenants/page.tsx
@@ -741,7 +741,7 @@ function ProductCommandMap({
{t("title")}
-
+
{t("subtitle")}
@@ -764,7 +764,7 @@ function ProductCommandMap({
- {detail}
+ {detail}
))}
@@ -783,7 +783,7 @@ function ProductCommandMap({
- {detail}
+ {detail}
))}
@@ -815,7 +815,7 @@ function ProductCommandMap({
{status}
- {detail}
+ {detail}
))}
@@ -832,7 +832,7 @@ function ProductCommandMap({
>
{item.label}
- {item.detail}
+ {item.detail}
@@ -1297,7 +1297,7 @@ function GlobalAssetCoveragePanel({ inventory }: { inventory: TenantAssetInvento
{t("eyebrow")}
{t("title")}
- {t("subtitle")}
+ {t("subtitle")}
@@ -1326,7 +1326,7 @@ function GlobalAssetCoveragePanel({ inventory }: { inventory: TenantAssetInvento
-
+
{t(`metrics.${key}.detail` as never)}
@@ -1340,7 +1340,7 @@ function GlobalAssetCoveragePanel({ inventory }: { inventory: TenantAssetInvento
{visibleAssetCount || "--"}
{t("atlas.totalAssets")}
-
+
{t("atlas.totalDetail", {
products: products.length,
routes: publicRoutes.length,
@@ -1367,7 +1367,7 @@ function GlobalAssetCoveragePanel({ inventory }: { inventory: TenantAssetInvento
{t("atlas.productMapTitle")}
-
{t("atlas.productMapDetail")}
+
{t("atlas.productMapDetail")}
{products.length}
@@ -1408,7 +1408,7 @@ function GlobalAssetCoveragePanel({ inventory }: { inventory: TenantAssetInvento
{t("atlas.routeMapTitle")}
-
{t("atlas.routeMapDetail")}
+
{t("atlas.routeMapDetail")}
{publicRoutes.length}