mirror of https://github.com/apache/cloudstack.git
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' : ''
|
||||
}
|
||||
})
|
||||
metricsFields.push('utilization')
|
||||
}
|
||||
metricsFields.push('utilization')
|
||||
|
||||
if (store.getters.metrics) {
|
||||
fields.push(...metricsFields)
|
||||
|
|
|
|||
Loading…
Reference in New Issue