Skip to content

Commit 51a7f4e

Browse files
authored
Update kraken_web_interface.py
1 parent f82d5af commit 51a7f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_UI/_web_interface/kraken_web_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ def generate_config_page_layout(webInterface_inst):
13841384
html.Div([html.Button('Restart System', id='btn-restart_system', className="btn-restart_system", n_clicks=0)], className="field"),
13851385
html.Div([html.Button('Shutdown System', id='btn-shtudown_system', className="btn-shtudown_system", n_clicks=0)], className="field"),
13861386
html.Div([html.Button('Clear Cache and Restart', id='btn-clear_cache', className="btn-clear_cache", n_clicks=0)], className="field"),
1387-
html.Div("Version 1.42")
1387+
html.Div("Version 1.5")
13881388
], id='system_control_container'),
13891389

13901390
], className="card")

0 commit comments

Comments
 (0)