Set the domain_uuid as hidden for devices when device_domain is not assigned.

This commit is contained in:
Mark Crane
2015-05-31 04:43:02 +00:00
parent 2536d8a9de
commit e49a437967

View File

@@ -1205,6 +1205,8 @@ require_once "resources/require.php";
echo $text['description-domain_name']."\n";
echo "</td>\n";
echo "</tr>\n";
} else {
echo " <input type='hidden' name='domain_uuid' id='domain_uuid' value=\"".$_SESSION['domain_uuid']."\">\n";
}
echo "<tr>\n";