mirror of https://github.com/apache/cloudstack.git
storage: fix volume details (#268)
Fixes: #196 Added some missing fields compared to old UI Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
087dc4eba7
commit
ac2e4f266e
|
|
@ -27,7 +27,7 @@ export default {
|
|||
permission: ['listVolumesMetrics', 'listVolumes'],
|
||||
resourceType: 'Volume',
|
||||
columns: ['name', 'state', 'type', 'vmname', 'size', 'physicalsize', 'utilization', 'diskkbsread', 'diskkbswrite', 'diskiopstotal', 'storage', 'account', 'zonename'],
|
||||
details: ['name', 'id', 'type', 'deviceid', 'sizegb', 'physicalsize', 'provisioningtype', 'utilization', 'diskkbsread', 'diskkbswrite', 'diskioread', 'diskiowrite', 'diskiopstotal', 'path'],
|
||||
details: ['name', 'id', 'type', 'storagetype', 'diskofferingdisplaytext', 'deviceid', 'sizegb', 'physicalsize', 'provisioningtype', 'utilization', 'diskkbsread', 'diskkbswrite', 'diskioread', 'diskiowrite', 'diskiopstotal', 'miniops', 'maxiops', 'path'],
|
||||
related: [{
|
||||
name: 'snapshot',
|
||||
title: 'Snapshots',
|
||||
|
|
|
|||
Loading…
Reference in New Issue