diff --git a/html_templates/Nodelist.html b/html_templates/Nodelist.html index 17a3f3b..04d619b 100644 --- a/html_templates/Nodelist.html +++ b/html_templates/Nodelist.html @@ -32,4 +32,10 @@

Pond Level

<%= Math.round(channels["pondlevel.pond_level"].value * 100) / 100 %> ft.

+ <% if (channels["pondlevel.pond_volume"].value > 0.0){ %> +
+

Pond Volume

+

<%= Math.round(channels["pondlevel.pond_volume"].value ) %> BBL

+
+ <% } %>