diff --git a/app/create_db.py b/app/create_db.py index 1b7f9958..ae8d6a1a 100644 --- a/app/create_db.py +++ b/app/create_db.py @@ -438,7 +438,7 @@ def update_db_v_3_5_3(**kwargs): def update_ver(**kwargs): con, cur = get_cur() - sql = """update version set version = '3.7.3'; """ + sql = """update version set version = '3.7.3.1'; """ try: cur.execute(sql) con.commit() diff --git a/app/funct.py b/app/funct.py index fb95e42d..185cca2c 100644 --- a/app/funct.py +++ b/app/funct.py @@ -597,6 +597,7 @@ def ssh_command(serv, commands, **kwargs): ssh.close() except: print("
"+str(ssh)+"X
") + logging('localhost', ' '+str(ssh), haproxywi=1) pass diff --git a/app/templates/hapservers.html b/app/templates/hapservers.html index 16239139..602064ee 100644 --- a/app/templates/hapservers.html +++ b/app/templates/hapservers.html @@ -94,7 +94,7 @@
{% if serv %} {% if s.8 is defined %} -
+
Backends:
diff --git a/inc/style.css b/inc/style.css index 4a7b1df7..1b6edbdd 100644 --- a/inc/style.css +++ b/inc/style.css @@ -739,6 +739,9 @@ label { display: block; float: left; } +.div-backends { + width: 89.3%; +} .server-name { padding-bottom: 3px; font-size: 1.4em; @@ -842,7 +845,7 @@ label { } } @media (max-width: 1450px) { - .ajax-server { + .ajax-server, .div-backends { clear: both !important; margin-left: 20px !important; width: 88% !important; @@ -859,6 +862,9 @@ label { clear: both !important; margin-left: 20px !important; } + .div-backends { + width: 84.6% !important + } } @media (max-width: 1080px) { #logo_span { @@ -883,6 +889,9 @@ label { width: 120px; padding-left: 10px; } + .div-backends { + width: 84.6% !important + } } @media (max-width: 1024px) { #logo_span { @@ -907,6 +916,9 @@ label { width: 120px; padding-left: 10px; } + .div-backends { + width: 84.2% !important + } } @media (max-width: 768px) { #logo_span { @@ -938,6 +950,9 @@ label { width: 120px; padding-left: 10px; } + .div-backends { + width: 82.5% !important + } } @media (max-width: 667px) { #logo_span { @@ -963,6 +978,9 @@ label { width: 120px; padding-left: 10px; } + .div-backends { + width: 84.6% !important + } } .loading, .loading_full_page, .loading_hapwi_overview { width: 100px;