summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r--install/ui/associate.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index cb741652..eb4a5a05 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -717,6 +717,10 @@ IPA.association_facet = function (spec) {
that.columns.put(column.name, column);
};
+ that.resize = function(){
+ that.table.resize();
+ };
+
that.create_column = function(spec) {
var column = IPA.column(spec);
if (spec.link_entity){
@@ -769,7 +773,8 @@ IPA.association_facet = function (spec) {
label: label,
entity_name: that.entity_name,
other_entity: that.other_entity,
- page_length: that.page_length
+ page_length: that.page_length,
+ scrollable: true
});
var columns = that.columns.values;