Skip to content

Commit b5abae7

Browse files
committed
fix volumes fox instances
Signed-off-by: matthias.gatto <matthias.gatto@outscale.com>
1 parent 5e44ca6 commit b5abae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osc_tui/volumesGrid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def on_selection(line):
189189
self.on_selection = on_selection
190190

191191
def refresh_call(self, name_filter=None):
192+
id = main.VM["VmId"]
192193
groups = main.GATEWAY.ReadVolumes(
193194
form=self.form, Filters={
194195
'LinkVolumeVmIds': [id]})

0 commit comments

Comments
 (0)