Add missing view tempplates for zone add/edit. Fixes #2986

This commit is contained in:
Isaac Connor 2020-07-29 18:59:44 -04:00
parent b42eb44a79
commit 5ac4677c02
4 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
echo json_encode($message);
echo json_encode($zone);

View File

@ -0,0 +1,2 @@
echo json_encode($message);
echo json_encode($zone);

View File

@ -0,0 +1,2 @@
$xml = Xml::fromArray(array('response'=>$message, 'zone'=>$zone));
echo $xml->asXML();

View File

@ -0,0 +1,2 @@
$xml = Xml::fromArray(array('response' => $message, 'zone'=>$zone));
echo $xml->asXML();