remove "Images" tab from Deployment Admin
authorTony Mack <tmack@tux.cs.princeton.edu>
Thu, 15 Jan 2015 19:49:14 +0000 (14:49 -0500)
committerTony Mack <tmack@tux.cs.princeton.edu>
Thu, 15 Jan 2015 19:49:14 +0000 (14:49 -0500)
planetstack/core/admin.py

index c708981..5f9efd2 100644 (file)
@@ -633,7 +633,7 @@ class DeploymentAdmin(PlanetStackBaseAdmin):
 
     # nodes no longer direclty connected to deployments
     #suit_form_tabs =(('sites','Deployment Details'),('nodes','Nodes'),('deploymentprivileges','Privileges'),('tags','Tags'),('imagedeployments','Images'))
-    suit_form_tabs =(('sites','Deployment Details'),('deploymentprivileges','Privileges'),,('imagedeployments','Images'))
+    suit_form_tabs =(('sites','Deployment Details'),('deploymentprivileges','Privileges'))
 
     def get_form(self, request, obj=None, **kwargs):
         if request.user.isReadOnlyUser():