Skip to content

Commit 9776b4b

Browse files
hsato03Henrique Sato
authored andcommitted
Add IOPS to disk offerings details (apache#8447)
Co-authored-by: Henrique Sato <henrique.sato@scclouds.com.br>
1 parent 399bd0a commit 9776b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/config/section/offering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default {
155155
},
156156
columns: ['name', 'displaytext', 'disksize', 'domain', 'zone', 'order'],
157157
details: () => {
158-
var fields = ['name', 'id', 'displaytext', 'disksize', 'provisioningtype', 'storagetype', 'iscustomized', 'disksizestrictness', 'iscustomizediops', 'tags', 'domain', 'zone', 'created', 'encrypt']
158+
var fields = ['name', 'id', 'displaytext', 'disksize', 'provisioningtype', 'storagetype', 'iscustomized', 'disksizestrictness', 'iscustomizediops', 'diskIopsReadRate', 'diskIopsWriteRate', 'diskBytesReadRate', 'diskBytesWriteRate', 'miniops', 'maxiops', 'tags', 'domain', 'zone', 'created', 'encrypt']
159159
if (store.getters.apis.createDiskOffering &&
160160
store.getters.apis.createDiskOffering.params.filter(x => x.name === 'storagepolicy').length > 0) {
161161
fields.splice(6, 0, 'vspherestoragepolicy')

0 commit comments

Comments
 (0)