This commit is contained in:
Michael Hudson-Doyle 2018-07-12 11:36:30 +12:00
parent f3b0d13fbe
commit 437f42b599
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ class BondStretchy(Stretchy):
return not device.is_bond_slave
candidate_netdevs = [
device for device in parent.model.get_all_netdevs()
device for device in parent.model.get_all_netdevs()
if device_ok(device)]
self.form = BondForm(initial, candidate_netdevs, all_netdev_names)