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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index c1e0b429f..657839f29 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -771,7 +771,8 @@ IPA.association_facet = function (spec) {
entity_name: that.entity_name,
other_entity: that.other_entity,
page_length: that.page_length,
- scrollable: true
+ scrollable: true,
+ selectable: !that.read_only
});
var columns = that.columns.values;