Add device line label. (#6192)

* Add device line label.
This commit is contained in:
FusionPBX
2021-12-15 09:40:14 -07:00
committed by GitHub
parent 6e8fd019b2
commit b7aaf582eb
2 changed files with 13 additions and 1 deletions
+4
View File
@@ -536,6 +536,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the outbound proxy.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "label";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the label.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "display_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the display name.";