Add the user_agent field.

This commit is contained in:
FusionPBX 2022-08-01 23:35:31 -06:00 committed by GitHub
parent 73ded9bf60
commit 054a33cf3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = ''; $apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.';
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_agent';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the user_agent.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'log_status'; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'log_status';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = ''; $apps[$x]['db'][$y]['fields'][$z]['search_by'] = '';