From 4127562c90c3cada37053cfa51fdb96eed32e3ad Mon Sep 17 00:00:00 2001 From: bfederle Date: Wed, 4 Jan 2012 13:51:44 -0800 Subject: [PATCH] Projects: only show resources tab for admins As updateResourceLimits is only available for ROOT admins, hide the resources tab for normal users, to prevent an error message from appearing when user tries to save form data. --- ui/scripts/ui-custom/projects.js | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/ui/scripts/ui-custom/projects.js b/ui/scripts/ui-custom/projects.js index c1832f30579..d2af84d0e64 100644 --- a/ui/scripts/ui-custom/projects.js +++ b/ui/scripts/ui-custom/projects.js @@ -170,7 +170,9 @@ tabs.invitations = pageElems.dashboardTabs.invitations; } - tabs.resources = pageElems.dashboardTabs.resources; + if (isAdmin()) { + tabs.resources = pageElems.dashboardTabs.resources; + } } var $tabs = $('
').addClass('tab-content').append($('