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 05107bb2f7
commit 2cfa5fde98
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();