Minor wording update
This commit is contained in:
parent
c1ef7a561d
commit
c9b08b32f0
|
@ -53,13 +53,8 @@ def page_settings():
|
|||
|
||||
logout_time_days, logout_time_hours = get_flask_session_timeout()
|
||||
|
||||
t1 = get_system_time_in_ms()
|
||||
all_logs = get_all_upgrade_logs()
|
||||
t2 = get_system_time_in_ms()
|
||||
|
||||
templateData = {
|
||||
"title": "myNode Settings",
|
||||
"load_time": t2-t1,
|
||||
"apps": get_all_applications(order_by="alphabetic"),
|
||||
"password_message": "",
|
||||
"current_version": current_version,
|
||||
|
|
|
@ -502,7 +502,7 @@
|
|||
<td>{{latest_version}}</td>
|
||||
<td>
|
||||
<a href="/settings/get-latest-version" class="ui-button ui-widget ui-corner-all settings_button_small">Check for Updates</a>
|
||||
<button id="show_upgrade_logs" class="ui-button ui-widget ui-corner-all settings_button_small">Show Upgrade Log</button>
|
||||
<button id="show_upgrade_logs" class="ui-button ui-widget ui-corner-all settings_button_small">Show Upgrade Logs</button>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue
Block a user