mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-12 16:40:26 +00:00
Add action to dialog
This commit is contained in:
parent
e334749382
commit
689b25817c
@ -199,6 +199,12 @@
|
|||||||
modal.modal('show');
|
modal.modal('show');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document.body).on('click', '.refresh-bg-button', function() {
|
||||||
|
var modal = $("#modal_bg_reload");
|
||||||
|
modal.modal('show');
|
||||||
|
reload_domains($SCRIPT_ROOT + '/dashboard-domains-updater');
|
||||||
|
});
|
||||||
|
|
||||||
$(document.body).on("click", ".button_template", function (e) {
|
$(document.body).on("click", ".button_template", function (e) {
|
||||||
var modal = $("#modal_template");
|
var modal = $("#modal_template");
|
||||||
var domain = $(this).prop('id');
|
var domain = $(this).prop('id');
|
||||||
|
Loading…
Reference in New Issue
Block a user