Update stat wording

This commit is contained in:
Fred Boniface 2023-02-16 09:58:04 +00:00
parent f1f01b1e86
commit f6c805165a
3 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@
</div> </div>
<!-- Footer --> <!-- Footer -->
<footer> <footer>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.1.4</p> <p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.1.5</p>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -8,7 +8,7 @@
</head> </head>
<body style="text-align:center"> <body style="text-align:center">
<h1>OwlBoard Server Stats</h1> <h1>OwlBoard Server Stats</h1>
<h2 id="server_host"></h2> <h2>API Server: <span id="server_host"></span></h2>
<p>Counters Reset - <span id="time"></span></p> <p>Counters Reset - <span id="time"></span></p>
<table style="margin:auto;text-align:center;"> <table style="margin:auto;text-align:center;">
<tr> <tr>
@ -53,10 +53,10 @@
<td>At least one MongoDB database (maybe clustered across multiple instances)</td> <td>At least one MongoDB database (maybe clustered across multiple instances)</td>
</tr> </tr>
<tr> <tr>
<td>At most one db-manager (Run as a initContainer and optionally as a CronJob)</td> <td>db-manager run as a initContainer and optionally as a CronJob</td>
</tr> </tr>
<tr> <tr>
<td>At least one backend server</td> <td>At least one backend (API server)</td>
</tr> </tr>
<tr> <tr>
<td>At least one web server service (Caching is done at this level so more than one service may increase API hits)</td> <td>At least one web server service (Caching is done at this level so more than one service may increase API hits)</td>

2
sw.js
View File

@ -1,6 +1,6 @@
/* Service Worker */ /* Service Worker */
const appVersion = "0.1.4" const appVersion = "0.1.5"
const cacheName = `owlboard-${appVersion}` const cacheName = `owlboard-${appVersion}`
const cacheIDs = [cacheName] const cacheIDs = [cacheName]
const cacheFiles = [ const cacheFiles = [