removed web password from details and fixed python powered image
This commit is contained in:
parent
9fd8bd8bd0
commit
bfd25ab706
@ -88,7 +88,6 @@ def show_stats():
|
|||||||
def show_details():
|
def show_details():
|
||||||
details = {
|
details = {
|
||||||
'Node Address' : gethostname.get_hostname(),
|
'Node Address' : gethostname.get_hostname(),
|
||||||
'Web Password' : config.get('client.webpassword'),
|
|
||||||
'Public Key' : onionrcrypto.pub_key.replace('=', ''),
|
'Public Key' : onionrcrypto.pub_key.replace('=', ''),
|
||||||
'Human-readable Public Key' : mnemonickeys.get_human_readable_ID()
|
'Human-readable Public Key' : mnemonickeys.get_human_readable_ID()
|
||||||
}
|
}
|
||||||
@ -96,5 +95,5 @@ def show_details():
|
|||||||
for detail in details:
|
for detail in details:
|
||||||
logger.info('%s%s: \n%s%s\n' % (logger.colors.fg.lightgreen, detail, logger.colors.fg.green, details[detail]), terminal = True)
|
logger.info('%s%s: \n%s%s\n' % (logger.colors.fg.lightgreen, detail, logger.colors.fg.green, details[detail]), terminal = True)
|
||||||
|
|
||||||
show_details.onionr_help = "Shows relevant information for your Onionr install: note address, web password and active public key."
|
show_details.onionr_help = "Shows relevant information for your Onionr install: node address, and active public key."
|
||||||
show_stats.onionr_help = "Shows statistics for your Onionr node. Slow if Onionr is not running"
|
show_stats.onionr_help = "Shows statistics for your Onionr node. Slow if Onionr is not running"
|
||||||
|
@ -25,3 +25,7 @@
|
|||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal img{
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user