mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
define entities using builder and more declarative syntax
merged hbac and sudo in to single files associaton facet and table supports linking
This commit is contained in:
@@ -79,6 +79,15 @@ IPA.dialog = function(spec) {
|
||||
return that;
|
||||
};
|
||||
|
||||
that.text = function(name){
|
||||
that.field(IPA.text_widget({
|
||||
name: name,
|
||||
undo: false,
|
||||
entity_name : that.entity_name
|
||||
}));
|
||||
return that;
|
||||
};
|
||||
|
||||
that.add_section = function(section) {
|
||||
that.sections.push(section);
|
||||
return that;
|
||||
|
Reference in New Issue
Block a user