Do not show inactive VMs by default (#211)
This commit is contained in:
parent
d7e258059d
commit
4b45698ba0
@ -365,7 +365,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 = True
|
show_inactive_vms = False
|
||||||
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