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; }