Network Slice Templates

Change-Id: I9453c518cc717e514598e40e2b1ce5ff60b76108
Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/packagehandler/template/package_list.html b/packagehandler/template/package_list.html
index 7befd12..7ffd8d4 100644
--- a/packagehandler/template/package_list.html
+++ b/packagehandler/template/package_list.html
@@ -52,6 +52,7 @@
      <script src="/static/bower_components/select2/dist/js/select2.js"></script>
     <script src="/static/src/instancehandler/instance_create.js"></script>
     <script src="/static/src/packagehandler/packages_list.js"></script>
+    <script src="/static/src/drop_zone.js"></script>
     <script src="/static/src/packagehandler/onboard_package.js"></script>
 
     <script>
@@ -206,7 +207,8 @@
                     },
                     "targets": 6,
                     "orderable": false
-                }]
+                }
+            ]
     };
     function refreshTable() {
         var type_vnf = $('#type_vnf').val()
diff --git a/packagehandler/template/package_list_ns.html b/packagehandler/template/package_list_ns.html
index 3fae096..eb12c7e 100644
--- a/packagehandler/template/package_list_ns.html
+++ b/packagehandler/template/package_list_ns.html
@@ -19,7 +19,7 @@
                 <thead>
                 <tr role="row">
                     <th>Short Name</th>
-                    <th>Identified</th>
+                    <th>Identifier</th>
                     <th>Description</th>
                     <th style="width:10%">Vendor</th>
                     <th style="width:5%">Version</th>
diff --git a/packagehandler/template/package_list_vnf.html b/packagehandler/template/package_list_vnf.html
index ead7d94..c33663f 100644
--- a/packagehandler/template/package_list_vnf.html
+++ b/packagehandler/template/package_list_vnf.html
@@ -19,7 +19,7 @@
                 <thead>
                 <tr role="row">
                     <th>Short Name</th>
-                    <th>Identified</th>
+                    <th>Identifier</th>
                     <th>
                         <select name="type" id="type_vnf" class="form-control">
                         <option value="">Type</option>