|
|
@ -74,17 +74,17 @@ |
|
|
|
<div class="wrapper"> |
|
|
|
<div class="wrapper"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="network singleBlock"> |
|
|
|
<div class="network singleBlock"> |
|
|
|
<h2>Network status</h2> |
|
|
|
<h2> Network status </h2> |
|
|
|
|
|
|
|
|
|
|
|
<div class="module"> |
|
|
|
<div class="module"> |
|
|
|
<h3>General information</h3> |
|
|
|
<h3> General information</h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<span class="network-status highlight connection-status">Updating status...</span> |
|
|
|
<span class="network-status highlight connection-status">Updating status...</span> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<h3>Detailed information</h3> |
|
|
|
<h3> Detailed information </h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
<li class="connections"> |
|
|
|
<li class="connections"> |
|
|
|
<label>Connections: </label> |
|
|
|
<label>Connections: </label> |
|
|
@ -110,7 +110,7 @@ |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<h3>Block chain information</h3> |
|
|
|
<h3> Block chain information </h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<label>Number of blocks in block chain:</label> |
|
|
|
<label>Number of blocks in block chain:</label> |
|
|
@ -126,25 +126,25 @@ |
|
|
|
<h2>Configure block generation</h2> |
|
|
|
<h2>Configure block generation</h2> |
|
|
|
|
|
|
|
|
|
|
|
<div class="module"> |
|
|
|
<div class="module"> |
|
|
|
<h3>Generate blocks (send promoted messages)</h3> |
|
|
|
<h3> Generate blocks (send promoted messages)</h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<label>Block generation </label> |
|
|
|
<label> Block generation </label> |
|
|
|
<select class="genblock"> |
|
|
|
<select class="genblock"> |
|
|
|
<option value="disable">Disable</option> |
|
|
|
<option value="disable">Disable</option> |
|
|
|
<option value="enable">Enable</option> |
|
|
|
<option value="enable">Enable</option> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<label>Number of CPUs to use </label> |
|
|
|
<label> Number of CPUs to use </label> |
|
|
|
<input class="genproclimit" type="textbox" value="1" size="3"/> |
|
|
|
<input class="genproclimit" type="textbox" value="1" size="3"/> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<label>Post to promote: </label> |
|
|
|
<label> Post to promote: </label> |
|
|
|
<textarea class="spam-msg" placeholder="Type message here"></textarea> |
|
|
|
<textarea class="spam-msg" placeholder="Type message here"></textarea> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<label>Send post with username </label> |
|
|
|
<label> Send post with username </label> |
|
|
|
<select class="local-usernames spam-user"> |
|
|
|
<select class="local-usernames spam-user"> |
|
|
|
<option value="nobody">nobody</option> |
|
|
|
<option value="nobody">nobody</option> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|