Convert multiple pages into SPA
This commit is contained in:
@@ -276,24 +276,12 @@ onDestroy(() => {
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>File statistics (per file)</td>
|
||||
<td>{status.stats_watcher_threads}</td>
|
||||
<td>{status.stats_watcher_listeners}</td>
|
||||
<td>{(status.stats_watcher_listeners / status.stats_watcher_threads).toPrecision(3)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Filesystem statistics (per file)</td>
|
||||
<td>{status.filesystem_watcher_threads}</td>
|
||||
<td>{status.filesystem_watcher_listeners}</td>
|
||||
<td>{(status.filesystem_watcher_listeners / status.filesystem_watcher_threads).toPrecision(3)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rate limits (per IP)</td>
|
||||
<td>{status.rate_limit_watcher_threads}</td>
|
||||
<td>{status.rate_limit_watcher_listeners}</td>
|
||||
<td>{(status.rate_limit_watcher_listeners / status.rate_limit_watcher_threads).toPrecision(3)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Downloads (per IP)</td>
|
||||
<td>{status.download_clients}</td>
|
||||
|
||||
Reference in New Issue
Block a user