diff --git a/src/main/resources/com/checkpoint/mgmt_api/templates/index.tpl.html b/src/main/resources/com/checkpoint/mgmt_api/templates/index.tpl.html
index 8fe78b8..5e55438 100644
--- a/src/main/resources/com/checkpoint/mgmt_api/templates/index.tpl.html
+++ b/src/main/resources/com/checkpoint/mgmt_api/templates/index.tpl.html
@@ -1,245 +1,246 @@
-
- Page Title
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+ });
+ if (!found) {
+ var divElem = document.createElement("div");
+ divElem.appendChild(document.createTextNode(key + " (0)"));
+ td.appendChild(divElem);
+ }
+ }
+ row.appendChild(td);
+ });
+ table.appendChild(row);
+ }
+
+ function drawIndex() {
+ document.title = "Show Package";
+ if (data.domain) {
+ document.getElementById("domain").innerHTML = "Domain: " + data.domain;
+ }
+ drawTableColumnHeaders();
+ drawTopic("accessLayers", "Access Policy Layers");
+ drawTopic("natLayer", "NAT");
+ drawTopic("threatLayers", "Threat Prevention Layers");
+ drawGateways();
+ drawObjects();
+
+ }
+
+
+
+
+
+
+
+
+
+
+