mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-23 00:07:28 +00:00
zone.js: updated showEditZone() to use new get records api call changes.
This commit is contained in:
@@ -1245,7 +1245,7 @@ function showEditZone(zone) {
|
||||
divViewZonesLoader.show();
|
||||
|
||||
HTTPRequest({
|
||||
url: "/api/zones/records/get?token=" + sessionData.token + "&domain=" + zone,
|
||||
url: "/api/zones/records/get?token=" + sessionData.token + "&domain=" + zone + "&zone=" + zone + "&listZone=true",
|
||||
success: function (responseJSON) {
|
||||
var zoneType;
|
||||
if (responseJSON.response.zone.internal)
|
||||
|
||||
Reference in New Issue
Block a user