diff --git a/POCloud/HTML/Downhole.html b/POCloud/HTML/Downhole.html
index 89fe957..e98f2fc 100644
--- a/POCloud/HTML/Downhole.html
+++ b/POCloud/HTML/Downhole.html
@@ -1,3 +1,38 @@
+
@@ -194,3 +229,17 @@
z-index: 100;
}
+
+
\ No newline at end of file
diff --git a/POCloud/HTML/NodeDetailHeader.html b/POCloud/HTML/NodeDetailHeader.html
index 1299ec1..9aee793 100644
--- a/POCloud/HTML/NodeDetailHeader.html
+++ b/POCloud/HTML/NodeDetailHeader.html
@@ -5,8 +5,11 @@
<%= node.vanityname %>
<%=channels["advvfdipp.wellstatus"].value %>
-
+
Start Permissive: <%=channels["advvfdipp.startpermissive"].value %>
Run Permissive: <%=channels["advvfdipp.runpermissive"].value %>
VFD Status: <%=channels["advvfdipp.vfd_fault"].value %>
+ <% if (channels["advvfdipp.pumpdepth"].value > 0.0) { %>
+ Pump Depth: <%=channels["advvfdipp.pumpdepth"].value %> ft.
+ <% } %>