forked from mirrors/relay
Add node count to Connected Servers heading
This commit is contained in:
parent
9333e9f8fd
commit
8f7d8b1f00
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ templates::{info, instance, statics::index_css},
|
|||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h3>Connected Servers</h3>
|
||||
<h3>@nodes.len() Connected Servers</h3>
|
||||
@if nodes.is_empty() {
|
||||
<p>There are no connected servers at this time.</p>
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue