mirror of
https://github.com/mynodebtc/mynode.git
synced 2025-01-11 19:30:11 +00:00
Improve startup messages
This commit is contained in:
parent
1e8d176eb0
commit
8e91dfae82
|
@ -241,10 +241,13 @@
|
||||||
"name": "Balance of Satoshis",
|
"name": "Balance of Satoshis",
|
||||||
"short_name": "bos",
|
"short_name": "bos",
|
||||||
"requires_lightning": true,
|
"requires_lightning": true,
|
||||||
"app_tile_default_status_text": "Lightning Tool",
|
"app_tile_default_status_text": "Lightning Utility",
|
||||||
|
"app_tile_button_href": "/bos",
|
||||||
|
"app_tile_button_text": "Info",
|
||||||
"can_uninstall": true,
|
"can_uninstall": true,
|
||||||
"can_enable_disable": false,
|
"can_enable_disable": false,
|
||||||
"show_on_homepage": false
|
"show_on_homepage": true,
|
||||||
|
"homepage_order": 42
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Web SSH",
|
"name": "Web SSH",
|
||||||
|
|
|
@ -216,8 +216,8 @@ def index():
|
||||||
elif status == STATE_DRIVE_MOUNTED:
|
elif status == STATE_DRIVE_MOUNTED:
|
||||||
templateData = {
|
templateData = {
|
||||||
"title": "myNode Drive Mounted",
|
"title": "myNode Drive Mounted",
|
||||||
"header_text": "Drive Mounted",
|
"header_text": "Starting...",
|
||||||
"subheader_text": "myNode starting soon...",
|
"subheader_text": "Drive Mounted",
|
||||||
"ui_settings": read_ui_settings()
|
"ui_settings": read_ui_settings()
|
||||||
}
|
}
|
||||||
return render_template('state.html', **templateData)
|
return render_template('state.html', **templateData)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user