mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed missing cancel button in unprovisioning dialog.
The host unprovisioning dialog has been modified to provide a cancel button. Ticket #1811
This commit is contained in:
parent
ff94bbe16b
commit
3112822a48
@ -536,6 +536,10 @@ IPA.host_keytab_widget = function(spec) {
|
||||
);
|
||||
});
|
||||
|
||||
dialog.add_button(IPA.messages.buttons.cancel, function() {
|
||||
dialog.close();
|
||||
});
|
||||
|
||||
dialog.open(that.container);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user