From e7a0f92441961aa268ec08f3e0b32edcdbad5723 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 16 Sep 2011 11:27:48 -0500 Subject: Removed entitlement menu. Ticket #1806 --- install/ui/webui.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install') diff --git a/install/ui/webui.js b/install/ui/webui.js index 05d3b1183..f9fa41e09 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -76,7 +76,6 @@ IPA.admin_navigation = function(spec) { ]}, {entity: 'selfservice'}, {entity: 'delegation'}, - {entity: 'entitle'}, {entity: 'config'} ]}]; -- cgit