parent
c28001585b
commit
2fb2f6478e
@ -272,7 +272,7 @@ class QubesFirewallRulesModel(QAbstractItemModel):
|
|||||||
while vm is not None:
|
while vm is not None:
|
||||||
if vm.is_proxyvm() and vm.is_running():
|
if vm.is_proxyvm() and vm.is_running():
|
||||||
vm.write_iptables_xenstore_entry()
|
vm.write_iptables_xenstore_entry()
|
||||||
|
vm = vm.netvm
|
||||||
|
|
||||||
def index(self, row, column, parent=QModelIndex()):
|
def index(self, row, column, parent=QModelIndex()):
|
||||||
if not self.hasIndex(row, column, parent):
|
if not self.hasIndex(row, column, parent):
|
||||||
|
Loading…
Reference in New Issue
Block a user