Added mining threads count option.

This commit is contained in:
Revertron
2021-03-29 11:10:48 +02:00
parent 5aab83613e
commit 4e0b0b3d1c
8 changed files with 53 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="is-clipped">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+5
View File
@@ -1,3 +1,8 @@
html {
overflow-y: auto;
min-width: 768px;
}
.container {
margin: 10pt;
}