Skip to content

Commit

Permalink
fix Volume search
Browse files Browse the repository at this point in the history
Signed-off-by: matthias.gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 26, 2023
1 parent 7fa62dd commit b98e600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc_tui/volumesGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def refresh_call(self, name_filter=None):
return groups['Volumes']

def refresh(self):
groups = main.do_search(self.data.copy(), ['VolumeId', 'VolumeType', 'State'
groups = main.do_search(self.data.copy(), ['VolumeId', 'VolumeType', 'State',
'Size', 'SubregionName', 'Iops'])
values = list()
for g in groups:
Expand Down

0 comments on commit b98e600

Please sign in to comment.