Merge branch 'master' of github.com:mynodebtc/mynode

This commit is contained in:
Taylor Helsper 2019-11-14 20:26:39 -06:00
commit 0403c0d340
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,8 @@ a:active {
.settings_block_subheader,
.settings_block,
table,
#cli_contents {
#cli_contents,
.small_message {
color: #eee;
}

View File

@ -47,6 +47,7 @@
<form id="cmd_form" action="/bitcoin-cli/run">
<input class="ui-corner-all cli_command_input" id="cmd" name="cmd" type="text">
<input type="submit" class="ui-button ui-widget ui-corner-all cli_enter_button" value="Enter">
<div class="small_message">Enter 'help' to see the list of possible commands.</div>
</form>
</div>