Removed permission description from UI

https://fedorahosted.org/freeipa/ticket/877
This commit is contained in:
Endi S. Dewata 2011-01-31 13:34:02 -06:00 committed by Adam Young
parent f89860b77e
commit a629f3f4c7

View File

@ -774,21 +774,14 @@ IPA.entity_factories.permission = function () {
name: 'cn',
undo: false
})).
field(IPA.text_widget({
name: 'description',
undo: false
})).
field(IPA.rights_widget({name:'permissions'})).
section(IPA.target_section())).
facet(IPA.search_facet().
column({name:'cn'}).
column({name:'description'})).
column({name:'cn'})).
facet(IPA.permission_details_facet({ name: 'details' }).
section(
IPA.stanza({
name:'identity',label:'Identity' }).
input({ name: 'cn', 'read_only': true }).
input({ name: 'description'})).
IPA.stanza({name:'identity', label:'Identity'}).
input({name: 'cn', 'read_only': true})).
section(IPA.rights_section()).
section(IPA.target_section()));