summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/host.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-23 14:38:36 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:29 +0200
commitc151e01e7954b0181c97a1b495e2237e00198492 (patch)
treeb162b13c48466102310828a2e3fd1384afb92ea2 /install/ui/src/freeipa/host.js
parentb184e24f912dcde3484aeafec1f497a130598991 (diff)
downloadfreeipa-c151e01e7954b0181c97a1b495e2237e00198492.tar.gz
freeipa-c151e01e7954b0181c97a1b495e2237e00198492.tar.xz
freeipa-c151e01e7954b0181c97a1b495e2237e00198492.zip
Add widget updated event
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/host.js')
-rw-r--r--install/ui/src/freeipa/host.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index 4dd58f88d..ac585d7f2 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -603,6 +603,7 @@ IPA.host_keytab_widget = function(spec) {
that.update = function(values) {
set_status(values[0] ? 'present' : 'missing');
+ that.updated.notify([], that);
};
that.clear = function() {
@@ -764,6 +765,7 @@ IPA.host_password_widget = function(spec) {
that.update = function(values) {
set_status(values[0] ? 'present' : 'missing');
+ that.updated.notify([], that);
};
that.clear = function() {