From c207ca57635cea50e22dddf5f510335e53c4eb1a Mon Sep 17 00:00:00 2001 From: 0xLugon Date: Mon, 1 Apr 2024 03:42:12 +0700 Subject: [PATCH] Add links to status page (#3361) --- src/subcommand/server.rs | 6 +++--- templates/status.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/subcommand/server.rs b/src/subcommand/server.rs index 7a53adcd05..26217801ae 100644 --- a/src/subcommand/server.rs +++ b/src/subcommand/server.rs @@ -3180,15 +3180,15 @@ mod tests {
chain
regtest
height
-
4
+
4
inscriptions
-
3
+
3
blessed inscriptions
3
cursed inscriptions
0
runes
-
0
+
0
lost sats
.*
started
diff --git a/templates/status.html b/templates/status.html index 0d2c3957b7..f35cb5309b 100644 --- a/templates/status.html +++ b/templates/status.html @@ -4,16 +4,16 @@

Status

{{ self.chain }}
%% if let Some(height) = self.height {
height
-
{{ height }}
+
{{ height }}
%% }
inscriptions
-
{{ self.inscriptions }}
+
{{ self.inscriptions }}
blessed inscriptions
{{ self.blessed_inscriptions }}
cursed inscriptions
{{ self.cursed_inscriptions }}
runes
-
{{ self.runes }}
+
{{ self.runes }}
lost sats
{{ self.lost_sats }}
started