From b3a53b3e62bc0a3c2e6121579573cd1234247b0e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 15 Jan 2015 14:49:14 -0500 Subject: [PATCH] remove "Images" tab from Deployment Admin --- planetstack/core/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetstack/core/admin.py b/planetstack/core/admin.py index c708981..5f9efd2 100644 --- a/planetstack/core/admin.py +++ b/planetstack/core/admin.py @@ -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(): -- 2.43.0