mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
populate attribute table for delegation add
This commit is contained in:
parent
8df5202940
commit
20e742d355
@ -63,6 +63,10 @@ IPA.attribute_table_widget = function(spec) {
|
|||||||
}})
|
}})
|
||||||
})).
|
})).
|
||||||
append('<th class="aci-attribute-column">Attribute</th>');
|
append('<th class="aci-attribute-column">Attribute</th>');
|
||||||
|
if (that.object_type){
|
||||||
|
that.populate (that.object_type);
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
that.load = function(record) {
|
that.load = function(record) {
|
||||||
|
Loading…
Reference in New Issue
Block a user