Update workers.html

added "System Monitor"
This commit is contained in:
DJObleezy 2025-03-23 05:48:16 -07:00 committed by GitHub
parent 83a42ec8e1
commit 2abb963721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@
<meta charset="utf-8">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=VT323&display=swap" rel="stylesheet">
<!-- Retro Floating Refresh Bar -->
<link rel="stylesheet" href="/static/css/retro-refresh.css">
<!-- Meta viewport for responsive scaling -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workers Overview - Ocean.xyz Pool Mining Dashboard v 0.2</title>
@ -933,5 +935,7 @@
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="/static/js/workers.js"></script>
<!-- Retro Floating Refresh Bar -->
<script src="/static/js/retro-refresh.js"></script>
</body>
</html>
</html>