Title="Add VM" Tag="clipboard" Cond="(pgrep('libvirtd')!==false)" Markdown="false" --- $docroot ??= ($_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp'); require_once "$docroot/plugins/dynamix.vm.manager/include/libvirt_helpers.php"; $templateslocation = "/boot/config/plugins/dynamix.vm.manager/savedtemplates.json"; if (is_file($templateslocation)){ $arrAllTemplates["User-templates"] = ""; $ut = json_decode(file_get_contents($templateslocation),true) ; if (is_array($ut)) ksort($ut,SORT_NATURAL); $arrAllTemplates = array_merge($arrAllTemplates, $ut); } foreach($arrAllTemplates as $strName => $arrTemplate): if (empty($arrTemplate)) { // render header echo '