\n";
if ($_GET['showall'] && permission_exists('destination_show_all')) {
echo " | ".$row['domain_name']." | \n";
- }
+ }
echo " ".ucwords($row['destination_type'])." | \n";
echo " ".$row['destination_number']." | \n";
echo " ".$row['destination_context']." | \n";
diff --git a/app/devices/app_config.php b/app/devices/app_config.php
index 924351b576..fd6ee546da 100644
--- a/app/devices/app_config.php
+++ b/app/devices/app_config.php
@@ -120,6 +120,9 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_profile_domain';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+ $y++;
+ $apps[$x]['permissions'][$y]['name'] = 'device_show_all';
+ $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//schema details
$y = 0; //table array index
diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php
index d9c972e1a0..3e08a46b3f 100644
--- a/app/devices/app_languages.php
+++ b/app/devices/app_languages.php
@@ -970,4 +970,8 @@
$text['description-description']['pt-pt'] = "Introduza uma descrição, caso queira.";
$text['description-description']['fr-fr'] = "Entrez une description, si vous le souhaitez.";
-?>
+ $text['label-domain-name']['en-us'] = "Domain Name";
+ $text['label-domain-name']['es-cl'] = "Nombre de Dominio";
+ $text['label-domain-name']['pt-pt'] = "Nome de Domínio";
+ $text['label-domain-name']['fr-fr'] = "Nom de Domaine";
+?>
\ No newline at end of file
diff --git a/app/devices/devices.php b/app/devices/devices.php
index 0b8f87bed0..856a31dad6 100644
--- a/app/devices/devices.php
+++ b/app/devices/devices.php
@@ -58,6 +58,9 @@ else {
echo " \n";
echo " \n";
echo " |