mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Show disabled entries in gray.
The users, HBAC/sudo rules, HBAC test, and SELinux list pages have been modified to show disabled entries in gray. Icons will be added separately. Ticket #1996
This commit is contained in:
committed by
Petr Voborník
parent
7c0c39581c
commit
fef343ae8f
@@ -36,6 +36,7 @@ IPA.user.entity = function(spec) {
|
||||
var link = self_service ? false : undefined;
|
||||
|
||||
that.builder.search_facet({
|
||||
row_disabled_attribute: 'nsaccountlock',
|
||||
columns: [
|
||||
'uid',
|
||||
'givenname',
|
||||
@@ -45,7 +46,8 @@ IPA.user.entity = function(spec) {
|
||||
format: IPA.boolean_format({
|
||||
true_value: IPA.messages.objects.user.active,
|
||||
false_value: IPA.messages.objects.user.inactive,
|
||||
invert_value: true
|
||||
invert_value: true,
|
||||
show_false: true
|
||||
}),
|
||||
label: IPA.messages.objects.user.account_status
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user