forked from BLC/sgeUpdated
fixed issue GUI and Datacenter tab related
This commit is contained in:
@@ -125,11 +125,12 @@ export const getMainDataTablesWithPaginate = (data) => {
|
||||
{
|
||||
paginateMainDataTables(
|
||||
pagination: { page: 0, rowsPerPage: 100 }
|
||||
criteria: { deleted: false }
|
||||
criteria: { deleted: false, hasVm: true }
|
||||
sortBy: [{ field: "createdDate", direction: DESC }]
|
||||
) {
|
||||
content {
|
||||
id
|
||||
year
|
||||
sector {
|
||||
id
|
||||
tag
|
||||
@@ -138,11 +139,40 @@ export const getMainDataTablesWithPaginate = (data) => {
|
||||
id
|
||||
tag
|
||||
}
|
||||
activitySubUnit {
|
||||
id
|
||||
tag
|
||||
}
|
||||
emissionSource {
|
||||
id
|
||||
tag
|
||||
}
|
||||
emissionScope {
|
||||
id
|
||||
tag
|
||||
}
|
||||
co2
|
||||
ch4
|
||||
n2o
|
||||
totalEmission
|
||||
createdDate
|
||||
vm {
|
||||
id
|
||||
vmName
|
||||
state
|
||||
power
|
||||
calcOn
|
||||
hostingPm
|
||||
host
|
||||
flavorName
|
||||
tag
|
||||
config {
|
||||
id
|
||||
cpu
|
||||
ram
|
||||
disk
|
||||
}
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
totalElements
|
||||
|
||||
Reference in New Issue
Block a user