Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoSuneVR committed Nov 20, 2023
1 parent 0666dd4 commit ce9e1ea
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions resources/app/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
<select v-model="formSettings.cputype" class="custom-select">
<option value="all">ALL CPU (All THREADS)</option>
<option value="high">High CPU (8 THREADS)</option>
<option value="medium-4">Medium +4 CPU (7 THREADS)</option>
<option value="medium-3">Medium +3 CPU (6 THREADS)</option>
<option value="medium-2">Medium +2 CPU (5 THREADS)</option>
<option value="medium-1">Medium +1 CPU (4 THREADS)</option>
<option value="medium-4">Medium +4 CPU (7 THREADS)</option>
<option value="medium-3">Medium +3 CPU (6 THREADS)</option>
<option value="medium-2">Medium +2 CPU (5 THREADS)</option>
<option value="medium-1">Medium +1 CPU (4 THREADS)</option>
<option value="medium">Medium CPU (3 THREADS)</option>
<option value="low">Low CPU (2 THREADS)</option>
<option value="verylow">Very Low CPU (1 THREADS)</option>
Expand All @@ -182,6 +182,15 @@
</select>
<small class="form-text text-muted">Only change this if you mine with multiple computers. Assign a different number to every PC.</small>
</div>
<div class="form-group">
<label>Which Crypto Want Support?</label>
<select v-model="formSettings.cryptotype" class="custom-select">
<option value="XMR">Monero</option>
<option value="SHIB">SHIB</option>
<option value="ENJ">Enjin</option>
</select>
<small class="form-text text-muted">Only change this if you mine with multiple computers. Assign a different number to every PC.</small>
</div>
<div class="form-group">
<label>Enter Miner USERID!?</label>
<input v-model="formSettings.userId" type="text" class="form-control" placeholder="Your User ID">
Expand Down Expand Up @@ -269,4 +278,4 @@ <h5 class="modal-title" id="updateModalLabel">Update Available</h5>

</body>

</html>
</html>

0 comments on commit ce9e1ea

Please sign in to comment.