forked from BLC/sgeUpdated
cloudsystem column added
This commit is contained in:
@@ -112,6 +112,12 @@ function MainDataTables() {
|
|||||||
size: 150,
|
size: 150,
|
||||||
Cell: ({ cell }) => <span>{cell.getValue() || "-"}</span>,
|
Cell: ({ cell }) => <span>{cell.getValue() || "-"}</span>,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
header: t("Cloud System"),
|
||||||
|
accessorKey: "cloudSystem",
|
||||||
|
size: 150,
|
||||||
|
Cell: ({ cell }) => <span>{cell.getValue() || "-"}</span>,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
header: t("Data Center"),
|
header: t("Data Center"),
|
||||||
accessorKey: "dataCenter",
|
accessorKey: "dataCenter",
|
||||||
|
|||||||
Reference in New Issue
Block a user