mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-10 23:47:39 +00:00
webapp: updated saveZoneOptions() to add success message.
This commit is contained in:
@@ -444,6 +444,8 @@ function saveZoneOptions() {
|
||||
success: function (responseJSON) {
|
||||
btn.button('reset');
|
||||
$("#modalZoneOptions").modal("hide");
|
||||
|
||||
showAlert("success", "Options Saved!", "Zone options were saved successfully.");
|
||||
},
|
||||
error: function () {
|
||||
btn.button('reset');
|
||||
|
||||
Reference in New Issue
Block a user