Show inactive VMs by default
So that users don't panic and ask where their VMs are...
This commit is contained in:
parent
b50a1afcb6
commit
bdd906e845
@ -364,7 +364,7 @@ class VmManagerWindow(QMainWindow):
|
|||||||
max_visible_rows = 14
|
max_visible_rows = 14
|
||||||
update_interval = 1000 # in msec
|
update_interval = 1000 # in msec
|
||||||
fw_rules_apply_check_interval = 5000
|
fw_rules_apply_check_interval = 5000
|
||||||
show_inactive_vms = False
|
show_inactive_vms = True
|
||||||
columns_states = { 0: [0, 1], 1: [0, 2, 3] }
|
columns_states = { 0: [0, 1], 1: [0, 2, 3] }
|
||||||
|
|
||||||
def __init__(self, parent=None):
|
def __init__(self, parent=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user