mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-14 01:20:27 +00:00
Add ajax call for refresh
This commit is contained in:
parent
689b25817c
commit
18133ab19c
@ -212,6 +212,13 @@ function getdnssec(url, domain){
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function reload_domains(url) {
|
||||||
|
$.getJSON(url, function(data) {
|
||||||
|
$('#modal_bg_reload_content').html("<i class=\"fa fa-check\"></i> Finished: " + data['result']['msg']);
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// pretty JSON
|
// pretty JSON
|
||||||
json_library = {
|
json_library = {
|
||||||
replacer: function(match, pIndent, pKey, pVal, pEnd) {
|
replacer: function(match, pIndent, pKey, pVal, pEnd) {
|
||||||
|
Loading…
Reference in New Issue
Block a user