mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 05:58:06 +00:00
Merge branch 'master' of github.com:mynodebtc/mynode
This commit is contained in:
commit
0403c0d340
|
@ -30,7 +30,8 @@ a:active {
|
||||||
.settings_block_subheader,
|
.settings_block_subheader,
|
||||||
.settings_block,
|
.settings_block,
|
||||||
table,
|
table,
|
||||||
#cli_contents {
|
#cli_contents,
|
||||||
|
.small_message {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -47,9 +47,10 @@
|
||||||
<form id="cmd_form" action="/bitcoin-cli/run">
|
<form id="cmd_form" action="/bitcoin-cli/run">
|
||||||
<input class="ui-corner-all cli_command_input" id="cmd" name="cmd" type="text">
|
<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">
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include 'includes/footer.html' %}
|
{% include 'includes/footer.html' %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user