summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 0b3581569..ef2c6eb6e 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -1413,6 +1413,7 @@ IPA.table_widget = function (spec) {
that.table_set_enabled = that.set_enabled;
that.table_set_page = that.set_page;
that.table_show_error = that.show_error;
+ that.table_set_values = that.set_values;
return that;
};