blah
This commit is contained in:
parent
cf9e534063
commit
c11d4001ce
@ -27,6 +27,9 @@ def index():
|
|||||||
db_hosts = get_model().list_hosts_with_networks(None)
|
db_hosts = get_model().list_hosts_with_networks(None)
|
||||||
db_vms_by_id = get_all_vms_from_db()
|
db_vms_by_id = get_all_vms_from_db()
|
||||||
virt_vms_by_id = get_all_vms_from_hosts(db_vms_by_id)
|
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)
|
network_display_width_px = float(270)
|
||||||
#operations = get_model().list_all_operations()
|
#operations = get_model().list_all_operations()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user