mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Add more info on custom configs
This commit is contained in:
parent
cb15c52b01
commit
f4af1a4717
|
@ -15,7 +15,16 @@
|
|||
|
||||
<div class="main_header">Bitcoin Config</div>
|
||||
<div class="main_header_sub_text">
|
||||
You can edit the Bitcoin config. However, using your own config will prevent any future automatic updates and may have adverse effects.
|
||||
<br/><br/>
|
||||
Saving will reboot your device.
|
||||
<br/>
|
||||
{% if using_bitcoin_custom_config %}
|
||||
<br/>
|
||||
<div class="settings_block_subheader_status_icon yellow"></div>
|
||||
<i>You are currently using a custom Bitcoin config.</i>
|
||||
<div class="settings_block_subheader_status_icon yellow"></div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="centered_text_div">
|
||||
<form action="/bitcoind/config" method="POST">
|
||||
|
|
|
@ -15,7 +15,16 @@
|
|||
|
||||
<div class="main_header">LND Custom Config</div>
|
||||
<div class="main_header_sub_text">
|
||||
You can edit the LND config. However, using your own config will prevent any future automatic updates and may have adverse effects.
|
||||
<br/><br/>
|
||||
Saving will reboot your device.
|
||||
<br/>
|
||||
{% if using_lnd_custom_config %}
|
||||
<br/>
|
||||
<div class="settings_block_subheader_status_icon yellow"></div>
|
||||
<i>You are currently using a custom LND config.</i>
|
||||
<div class="settings_block_subheader_status_icon yellow"></div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="centered_text_div">
|
||||
<form action="/lnd/config" method="POST">
|
||||
|
|
Loading…
Reference in New Issue
Block a user