forked from Abdulbari/sgeUpdated
cloudsystem column added
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user