get_all_vms_from_hosts() missing 1 required positional argument
This commit is contained in:
parent
4bbacffeae
commit
cf9e534063
@ -26,7 +26,7 @@ def index():
|
||||
|
||||
db_hosts = get_model().list_hosts_with_networks(None)
|
||||
db_vms_by_id = get_all_vms_from_db()
|
||||
virt_vms_by_id = get_all_vms_from_hosts()
|
||||
virt_vms_by_id = get_all_vms_from_hosts(db_vms_by_id)
|
||||
network_display_width_px = float(270)
|
||||
#operations = get_model().list_all_operations()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user