mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Splitting basic widgets into visual widgets and fields
https://fedorahosted.org/freeipa/ticket/2040
This commit is contained in:
committed by
Endi S. Dewata
parent
a17bf5e754
commit
4bab6b7e5d
@@ -475,7 +475,7 @@ IPA.host_keytab_widget = function(spec) {
|
||||
|
||||
spec = spec || {};
|
||||
|
||||
var that = IPA.widget(spec);
|
||||
var that = IPA.input_widget(spec);
|
||||
|
||||
that.create = function(container) {
|
||||
|
||||
@@ -602,7 +602,7 @@ IPA.host_password_widget = function(spec) {
|
||||
|
||||
spec = spec || {};
|
||||
|
||||
var that = IPA.widget(spec);
|
||||
var that = IPA.input_widget(spec);
|
||||
|
||||
that.create = function(container) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user