WIP: preliminary framework for deleting records from zone RR list
This commit is contained in:
parent
f95ac516e1
commit
41509f6898
|
@ -76,4 +76,6 @@ def list_zone(request, dns_hostname, zone_name):
|
||||||
|
|
||||||
return render_to_response('bcommon/list_zone.htm',
|
return render_to_response('bcommon/list_zone.htm',
|
||||||
{ 'record_array' : record_array,
|
{ 'record_array' : record_array,
|
||||||
'dns_hostname' : dns_hostname })
|
'dns_hostname' : dns_hostname,
|
||||||
|
'rr_server' : dns_hostname,
|
||||||
|
'rr_domain' : zone_name})
|
||||||
|
|
Loading…
Reference in New Issue