mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
config: show utilisation to users
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5902b24231
commit
5eefc38736
@ -39,8 +39,8 @@ export default {
|
|||||||
return record.physicalsize ? parseFloat(record.physicalsize / (1024.0 * 1024.0 * 1024.0)).toFixed(2) + 'GB' : ''
|
return record.physicalsize ? parseFloat(record.physicalsize / (1024.0 * 1024.0 * 1024.0)).toFixed(2) + 'GB' : ''
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
metricsFields.push('utilization')
|
|
||||||
}
|
}
|
||||||
|
metricsFields.push('utilization')
|
||||||
|
|
||||||
if (store.getters.metrics) {
|
if (store.getters.metrics) {
|
||||||
fields.push(...metricsFields)
|
fields.push(...metricsFields)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user