From 8f7d8b1f002f64a2f04a5afd8fc5ffbbb5c0bab5 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 18 Nov 2022 21:08:16 -0600 Subject: [PATCH] Add node count to Connected Servers heading --- templates/index.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.rs.html b/templates/index.rs.html index 1037d6c..20c0390 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -25,7 +25,7 @@ templates::{info, instance, statics::index_css},
-

Connected Servers

+

@nodes.len() Connected Servers

@if nodes.is_empty() {

There are no connected servers at this time.

} else {