Update stat wording
This commit is contained in:
parent
f1f01b1e86
commit
f6c805165a
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -8,7 +8,7 @@
|
||||
</head>
|
||||
<body style="text-align:center">
|
||||
<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>
|
||||
<table style="margin:auto;text-align:center;">
|
||||
<tr>
|
||||
@ -53,10 +53,10 @@
|
||||
<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>
|
||||
<td>db-manager run as a initContainer and optionally as a CronJob</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>At least one backend server</td>
|
||||
<td>At least one backend (API 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>
|
||||
|
Reference in New Issue
Block a user