aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/SelectDeviceController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/dialog/SelectDeviceController.js')
-rw-r--r--web/app/view/dialog/SelectDeviceController.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/app/view/dialog/SelectDeviceController.js b/web/app/view/dialog/SelectDeviceController.js
index d8cd5d3..7b7277c 100644
--- a/web/app/view/dialog/SelectDeviceController.js
+++ b/web/app/view/dialog/SelectDeviceController.js
@@ -31,9 +31,7 @@ Ext.define('Traccar.view.dialog.SelectDeviceController', {
callback: function (options, success, response) {
if (success) {
if (response.responseText) {
- Ext.Msg.alert(Strings.sharedInfoTitle, Strings.sharedInfoGeneral +
- '<br><br><textarea readonly rows="5" style="resize: none; width: 100%;">' +
- response.responseText + '</textarea>');
+ Ext.Msg.alert(Strings.sharedInfoTitle, response.responseText);
} else if (response.statusText) {
Ext.Msg.alert(Strings.sharedInfoTitle, response.statusText);
}