remove access of missing network field
authorScott Baker <smbaker@gmail.com>
Mon, 19 May 2014 17:59:39 +0000 (10:59 -0700)
committerScott Baker <smbaker@gmail.com>
Mon, 19 May 2014 17:59:39 +0000 (10:59 -0700)
planetstack/templates/admin/dashboard/tenant.html

index a09cec6..88933a3 100644 (file)
@@ -462,7 +462,7 @@ location.reload();
                                                                        sliceName: $("#new-slice-name").val(),
                                                                        serviceClass: nameOfServiceClass,
                                                                        imageName: $("#new-image").val(),
-                                                                       network: $("#new-network").val(),
+//                                                                     network: $("#new-network").val(),
                                                                        mountDataSets: $("#mount-data-sets").val(),
                                                                        actionToDo: "add",
                                                                        csrfmiddlewaretoken: "{{ csrf_token }}", // < here