RPC password bug (#381)

* replaced ugly tar output with simple messages

* replaced ugly tar extraction output

* Update mynode-local-upgrade

* Suppress the null byte warning

* replaced span with p element to avoid extra space while copying rpc password
This commit is contained in:
Abhishek Shandilya 2020-08-05 20:47:31 -04:00 committed by GitHub
parent b6772cd160
commit 3e4824ae70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@
<div class="info_tile">
<div class="info_tile_header">RPC Password</div>
<div class="info_tile_contents">
<span id="rpc_password" style="display: none;">{{rpc_password}}</span>
<p id="rpc_password" style="display: none; margin: 0;">{{rpc_password}}</p>
<a id="show_rpc_password" class="ui-button ui-widget ui-corner-all mynode_button_small" style="width: 70%;">show</a>
</div>
</div>