Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Oct 22, 2023
1 parent f703252 commit 2c4876f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ <h1 class="heading iotspan" onclick="toggle_iot()">
</div>

<h1 class="heading">
Miners (<span class="minercount">0 of 50 slots used</span>)
Miners (<span class="minercount">0 of 8 slots used</span>)
</h1>
<div class="columns is-multiline miners-content"></div>

Expand All @@ -700,6 +700,14 @@ <h1 class="heading">
One or more miner is trying to mine on your account but has <b>an incorrect mining key entered</b>. If it's yours, double check your config files.
</div>
</div>

<div class="minercount_exceeded mt-3" style="display:none">
<div class="notification has-text-danger has-background-danger-light">
<button class="delete" onclick="$(this).parent().fadeOut('fast')"></button>
<b>Max miner count exceeded</b><br>
You're trying to run more mining threads than your account allows. <b>Make sure your account is verified or buy additional mining slots</b> to enable more miners.
</div>
</div>
</div>

<div class="desktop-miners-navbar">
Expand Down Expand Up @@ -1039,7 +1047,7 @@ <h1 class="heading mb-3">Transactions</h1>
</div>

<h1 class="heading">
Miners (<span class="minercount">0 of 50 slots used</span>)
Miners (<span class="minercount">0 of 8 slots used</span>)
</h1>
<div class="navbar is-fixed-bottom is-transparent" style="margin-bottom:4em">
<div class="columns is-mobile m-1">
Expand Down Expand Up @@ -1090,6 +1098,14 @@ <h1 class="heading">
</div>
</div>

<div class="minercount_exceeded mt-3" style="display:none">
<div class="notification has-text-danger has-background-danger-light">
<button class="delete" onclick="$(this).parent().fadeOut('fast')"></button>
<b>Max miner count exceeded</b><br>
You're trying to run more mining threads than your account allows. <b>Make sure your account is verified or buy additional mining slots</b> to enable more miners.
</div>
</div>

<div class="columns is-mobile is-multiline miners-content"></div>

<br><br><br><br>
Expand Down

0 comments on commit 2c4876f

Please sign in to comment.