diff --git a/PLC/Multi-Pond/Multi-Pond.v12.ccwsuo b/PLC/Multi-Pond/Multi-Pond.v12.ccwsuo index ec40414..5df9bd8 100644 Binary files a/PLC/Multi-Pond/Multi-Pond.v12.ccwsuo and b/PLC/Multi-Pond/Multi-Pond.v12.ccwsuo differ diff --git a/PLC/Multi-Pond/UserAccess.CCW.tmp b/PLC/Multi-Pond/UserAccess.CCW.tmp deleted file mode 100644 index e69de29..0000000 diff --git a/plcpond/html-templates/NodeDetailHeader.html b/plcpond/html-templates/NodeDetailHeader.html index 28262a3..0d0c0c2 100644 --- a/plcpond/html-templates/NodeDetailHeader.html +++ b/plcpond/html-templates/NodeDetailHeader.html @@ -1,6 +1,36 @@ -
-
-
-
-

<%= node.vanityname %>

+ + +
+
+
+
+ +
+ +
+ +
+

<%= node.vanityname %>

+
+ +
+

Total Volume

+

<%= Math.round(channels['plcpond.pondvolumetotal'].value) %> BBL

+
diff --git a/plcpond/html-templates/Nodelist.html b/plcpond/html-templates/Nodelist.html index 756a869..0d0c0c2 100644 --- a/plcpond/html-templates/Nodelist.html +++ b/plcpond/html-templates/Nodelist.html @@ -28,4 +28,9 @@

<%= node.vanityname %>

+ +
+

Total Volume

+

<%= Math.round(channels['plcpond.pondvolumetotal'].value) %> BBL

+
diff --git a/plcpond/icon.png b/plcpond/icon.png new file mode 100644 index 0000000..4212516 Binary files /dev/null and b/plcpond/icon.png differ diff --git a/plcpond/icon.xcf b/plcpond/icon.xcf new file mode 100644 index 0000000..3e51b9d Binary files /dev/null and b/plcpond/icon.xcf differ