summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index cea2019b8..a2b91b6b3 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -622,6 +622,7 @@ IPA.host_unprovision_dialog = function(spec) {
function(data, text_status, xhr) {
that.facet.refresh();
that.close();
+ IPA.notify_success(IPA.messages.objects.host.unprovisioned);
},
function(xhr, text_status, error_thrown) {
that.close();
@@ -853,6 +854,7 @@ IPA.host.set_otp_dialog = function(spec) {
on_success: function(data) {
that.facet.load(data);
that.close();
+ IPA.notify_success(IPA.messages.objects.host.password_set_success);
},
on_error: function() {
that.close();