Add the status to the resources and ajust location

This commit is contained in:
Owen
2026-04-17 17:40:00 -07:00
parent df8104fe56
commit a5b8a44e78
5 changed files with 58 additions and 16 deletions

View File

@@ -516,7 +516,7 @@ export default function ProxyResourcesTable({
},
{
id: "statusHistory",
friendlyName: t("statusHistory"),
friendlyName: t("uptime30d"),
header: () => <span className="p-3">{t("statusHistory")}</span>,
cell: ({ row }) => {
const resourceRow = row.original;