summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 49f30b0b2..d474ad95b 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -420,6 +420,15 @@ IPA.entity_builder = function() {
return that;
};
+ that.attribute_facet = function(spec) {
+
+ spec.type = spec.type || 'attribute';
+
+ that.facet(spec);
+
+ return that;
+ };
+
that.standard_association_facets = function(spec) {
spec = spec || {};