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 13, 2023
1 parent 032cd1f commit 4cbe82a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,14 @@ <h1 class="heading">
Having issues? Try the <b>Help</b> tab.
</p>
</div>

<div class="invalid_miner_keys mt-3" style="display:none">
<div class="notification has-text-info has-background-info-light">
<button class="delete" onclick="$(this).parent().fadeOut('fast')"></button>
<b>Invalid miner configuration detected</b><br>
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>

<div class="desktop-miners-navbar">
Expand Down Expand Up @@ -1069,6 +1077,14 @@ <h1 class="heading">
</p>
</div>

<div class="invalid_miner_keys mt-3" style="display:none">
<div class="notification has-text-info has-background-info-light">
<button class="delete" onclick="$(this).parent().fadeOut('fast')"></button>
<b>Invalid miner configuration detected</b><br>
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="columns is-mobile is-multiline miners-content"></div>

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

0 comments on commit 4cbe82a

Please sign in to comment.