make admin display work better on phones
This commit is contained in:
parent
b459e56f3a
commit
6bdb133153
@ -19,7 +19,7 @@ bp = Blueprint("admin", __name__, url_prefix="/admin")
|
||||
def index():
|
||||
hosts = get_model().list_hosts_with_networks(None)
|
||||
vms_by_host_and_network = get_model().non_deleted_vms_by_host_and_network(None)
|
||||
network_display_width_px = float(500)
|
||||
network_display_width_px = float(380)
|
||||
#operations = get_model().list_all_operations()
|
||||
|
||||
display_hosts = []
|
||||
|
Loading…
Reference in New Issue
Block a user