Fixed unmatched checkbox name.

The name of the Unmatched checkbox in HBAC Test has been corrected.

Ticket #388
This commit is contained in:
Endi Sukma Dewata 2011-12-09 16:37:22 -06:00 committed by Endi S. Dewata
parent 91dc7c3d9a
commit 6af4d09e7e

View File

@ -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');