This commit is contained in:
forest 2021-12-10 19:58:53 -05:00
parent cf9e534063
commit c11d4001ce
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ 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(db_vms_by_id)
current_app.logger.info(pprint.pformat(virt_vms_by_id))
network_display_width_px = float(270)
#operations = get_model().list_all_operations()