Update device_profile_edit.php

This commit is contained in:
FusionPBX 2019-08-16 14:19:01 -06:00 committed by GitHub
parent fb69dda711
commit f376b7db27
1 changed files with 23 additions and 21 deletions

View File

@ -600,6 +600,7 @@
echo "</td>\n";
echo "</tr>\n";
if (permission_exists('device_profile_domain')) {
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-domain_uuid']."\n";
@ -625,6 +626,7 @@
echo $text['description-domain_uuid']."\n";
echo "</td>\n";
echo "</tr>\n";
}
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";