cloudsystem column added

This commit is contained in:
2025-08-19 07:36:45 +03:00
parent d4e40f5a6b
commit 50c6a2ef5b

View File

@@ -112,6 +112,12 @@ function MainDataTables() {
size: 150,
Cell: ({ cell }) => <span>{cell.getValue() || "-"}</span>,
},
{
header: t("Cloud System"),
accessorKey: "cloudSystem",
size: 150,
Cell: ({ cell }) => <span>{cell.getValue() || "-"}</span>,
},
{
header: t("Data Center"),
accessorKey: "dataCenter",