update webui theme for puddle

This commit is contained in:
qvqc 2020-04-11 10:52:52 -04:00
parent c7906eef8a
commit c099d75617
1 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>monero-pool</title> <title>wownero-puddle</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> <style>
@ -44,9 +44,9 @@
</style> </style>
</head> </head>
<body> <body>
<header>Monero Mining Pool</header> <header>Wow its a Puddle</header>
<table> <table>
<tr><td>Pool HR: </td><td id="pool_hashrate"></td></tr> <tr><td>Puddle HR: </td><td id="pool_hashrate"></td></tr>
<tr><td>Network HR: </td><td id="network_hashrate"></td></tr> <tr><td>Network HR: </td><td id="network_hashrate"></td></tr>
<tr><td>Network height: </td><td id="network_height"></td></tr> <tr><td>Network height: </td><td id="network_height"></td></tr>
<tr><td>Blocks found: </td><td id="pool_blocks_found"></td></tr> <tr><td>Blocks found: </td><td id="pool_blocks_found"></td></tr>
@ -55,8 +55,8 @@
<tr><td>Round HR: </td><td id="round_hashrate"></td></tr> <tr><td>Round HR: </td><td id="round_hashrate"></td></tr>
<tr><td>Round hashes: </td><td id="round_hashes"></td></tr> <tr><td>Round hashes: </td><td id="round_hashes"></td></tr>
<tr><td>Payment threshold: </td><td id="payment_threshold"></td></tr> <tr><td>Payment threshold: </td><td id="payment_threshold"></td></tr>
<tr><td>Pool fee: </td><td id="pool_fee"></td></tr> <tr><td>Puddle fee: </td><td id="pool_fee"></td></tr>
<tr><td>Pool port: </td><td id="pool_port"></td></tr> <tr><td>Puddle port: </td><td id="pool_port"></td></tr>
<tr><td>Pool SSL port: </td><td id="pool_ssl_port"></td></tr> <tr><td>Pool SSL port: </td><td id="pool_ssl_port"></td></tr>
<tr><td>Allow self-select: </td><td id="allow_self_select"></td></tr> <tr><td>Allow self-select: </td><td id="allow_self_select"></td></tr>
<tr><td>Miners connected: </td><td id="connected_miners"></td></tr> <tr><td>Miners connected: </td><td id="connected_miners"></td></tr>
@ -64,7 +64,6 @@
<tr class="miner"><td>Balance due: </td><td id="miner_balance"></td></tr> <tr class="miner"><td>Balance due: </td><td id="miner_balance"></td></tr>
<tr><td>Miner address: </td><td id="address" contenteditable="true"></td></tr> <tr><td>Miner address: </td><td id="address" contenteditable="true"></td></tr>
</table> </table>
<small><a href="https://github.com/jtgrassie/monero-pool">https://github.com/jtgrassie/monero-pool</a></small>
<script> <script>
function format_last_time(last) function format_last_time(last)
{ {