Fix CPU checkbox not updating
This commit is contained in:
parent
7144ab0106
commit
2aa95fd8db
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ def update_checkboxes(state, num_disk_tests):
|
||||||
num_disk_tests_run -= 1
|
num_disk_tests_run -= 1
|
||||||
elif group.name.startswith('Disk'):
|
elif group.name.startswith('Disk'):
|
||||||
disk_tests.extend(group.test_objects)
|
disk_tests.extend(group.test_objects)
|
||||||
|
elif group.name.startswith('System'):
|
||||||
|
num_disk_tests_run -= 1
|
||||||
|
|
||||||
# Bail if osTicket integration disabled
|
# Bail if osTicket integration disabled
|
||||||
if state.ost.disabled:
|
if state.ost.disabled:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue