mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed unmatched checkbox name.
The name of the Unmatched checkbox in HBAC Test has been corrected. Ticket #388
This commit is contained in:
parent
91dc7c3d9a
commit
6af4d09e7e
@ -586,7 +586,7 @@ IPA.hbac.test_run_facet = function(spec) {
|
||||
that.unmatched_checkbox = $('<input/>', {
|
||||
id: 'hbactest-rules-unmatched',
|
||||
type: 'checkbox',
|
||||
name: 'disabled',
|
||||
name: 'unmatched',
|
||||
checked: true,
|
||||
change: function() {
|
||||
that.show_unmatched = that.unmatched_checkbox.is(':checked');
|
||||
|
Loading…
Reference in New Issue
Block a user