From 2513984c490a9b946167a850caff55f83a0fdfde Mon Sep 17 00:00:00 2001 From: Garrett M Date: Thu, 4 Apr 2024 11:09:24 -0400 Subject: [PATCH] Correct firmware version in the sidebar Node.firmware_version was called node.firmware. --- src/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index a62af2d..8d2b2ff 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -603,7 +603,7 @@

Firmware

- {{ selectedNode.firmware }} + {{ selectedNode.firmware_version }} ???

@@ -2534,4 +2534,4 @@ - \ No newline at end of file +