fix editing an interface

This commit is contained in:
Michael Hudson-Doyle 2018-07-11 09:43:58 +12:00
parent c21cec6fdc
commit 535a0f3b04
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class EditNetworkStretchy(Stretchy):
self.device.set_dhcp_for_version(self.ip_version, True)
else:
pass
self.parent.refresh_model_inputs()
self.parent.update_link(self.device)
self.parent.remove_overlay()
def cancel(self, sender=None):