summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/associate.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index ad2da5216..73a19021a 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -993,6 +993,7 @@ IPA.association_facet = function (spec) {
var pkeys = that.record[that.name];
if (!pkeys || !pkeys.length) {
+ that.table.empty();
that.table.summary.text('No entries.');
return;
}