mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Removed permission description from UI
https://fedorahosted.org/freeipa/ticket/877
This commit is contained in:
parent
f89860b77e
commit
a629f3f4c7
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user