Update stat.html text and format
This commit is contained in:
parent
5aad9246ba
commit
a73c18e8ba
@ -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.2-test</p>
|
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.1.3-test</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
27
stat.html
27
stat.html
@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@ -40,7 +41,29 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br><br>
|
<br><br>
|
||||||
<p>The statistics represent hits & queries on all servers attached to the database.
|
<p>The statistics represent hits & queries on all servers in the cluster.</p>
|
||||||
Multiple servers are served by each database server.</p>
|
<table style="margin:auto;text-align:left;">
|
||||||
|
<tr>
|
||||||
|
<th>An OwlBoard Cluster consists of:</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Kubernetes environment with suitable ingress configured</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>At least one MongoDB database (maybe clustered across multiple instances)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>At most one db-manager (Run as a initContainer and optionally as a CronJob)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>At least one backend server</td>
|
||||||
|
</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>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
2
sw.js
2
sw.js
@ -1,6 +1,6 @@
|
|||||||
/* Service Worker */
|
/* Service Worker */
|
||||||
|
|
||||||
const appVersion = "0.1.2-test"
|
const appVersion = "0.1.3-test"
|
||||||
const cacheName = `owlboard-${appVersion}`
|
const cacheName = `owlboard-${appVersion}`
|
||||||
const cacheIDs = [cacheName]
|
const cacheIDs = [cacheName]
|
||||||
const cacheFiles = [
|
const cacheFiles = [
|
||||||
|
Reference in New Issue
Block a user