Added functionality to show when a devices was last provisioned (#1831)
* Added functionality to show when a devices was last provisioned Added functionality to show when a devices was last provisioned Need addition to database: v_devices table: device_provisioned_on -> datetime device_provisioned_by -> char(10) * Revert "Added functionality to show when a devices was last provisioned" This reverts commitc3e40d68fa. * Revert "Revert "Added functionality to show when a devices was last provisioned"" This reverts commit8c27a46565. * Changed field names as requested Changed field names as requested for last provisioned data * Added database fields for device provisoned functionality Added provisioned_date, provisioned_method, provisioned_ip * Added ability to search device provisioned info * Added ip tracking to device provisoned functionality Added ip tracking to device provisoned functionality and moved the code to before rendering to register the contact even on unseccessful render * Added IP address to status column
This commit is contained in:
@@ -1414,6 +1414,16 @@ $text['label-device_description']['de-at'] = "Beschreibung";
|
||||
$text['label-device_description']['ar-eg'] = "";
|
||||
$text['label-device_description']['he'] = "תאור";
|
||||
|
||||
$text['label-device_status']['en-us'] = "Status";
|
||||
$text['label-device_status']['es-cl'] = "Estado";
|
||||
$text['label-device_status']['pt-pt'] = "Estado";
|
||||
$text['label-device_status']['fr-fr'] = "Statut";
|
||||
$text['label-device_status']['pt-br'] = "Estado";
|
||||
$text['label-device_status']['pl'] = "Status ";
|
||||
$text['label-device_status']['sv-se'] = "Status";
|
||||
$text['label-device_status']['uk'] = "Стан";
|
||||
$text['label-device_status']['de-at'] = "Status";
|
||||
|
||||
$text['label-device']['en-us'] = "Device";
|
||||
$text['label-device']['es-cl'] = "Dispositivo";
|
||||
$text['label-device']['pt-pt'] = "Dispositivo";
|
||||
|
||||
Reference in New Issue
Block a user