mirror of https://github.com/Aidaho12/haproxy-wi
v3.4.6
parent
3c4f5282c6
commit
f1d2d93ebd
|
@ -377,7 +377,7 @@ def update_db_v_3_4_5_22(**kwargs):
|
|||
|
||||
def update_ver(**kwargs):
|
||||
con, cur = get_cur()
|
||||
sql = """update version set version = '3.4.5.2'; """
|
||||
sql = """update version set version = '3.4.6'; """
|
||||
try:
|
||||
cur.execute(sql)
|
||||
con.commit()
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<li><a href=/app/users.py#ssh title="Manage SSH credentials" class="admin head-submenu">SSH credentials</a></li>
|
||||
<li><a href=/app/settings.py title="HAproxy-WI settings" class="settings head-submenu">Settings</a></li>
|
||||
<li><a href=/app/viewlogs.py title="View internal logs" class="logs head-submenu">Internal logs</a></li>
|
||||
<li><a href=/app/update.py title="View internal logs" class="logs head-submenu">Update</a></li>
|
||||
<li><a href=/app/update.py title="View internal logs" class="upload head-submenu">Update</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue