aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-18 11:27:28 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-12-18 11:27:28 +1300
commit545705b01818d4239710633ef9b1dacfafc61b44 (patch)
treec80abdddbc67b034dc7de81869f470aca7b8d4eb /web/app/Style.js
parentdee1624d4730f2a7c91f940371798956377ff6f2 (diff)
downloadetbsa-traccar-web-545705b01818d4239710633ef9b1dacfafc61b44.tar.gz
etbsa-traccar-web-545705b01818d4239710633ef9b1dacfafc61b44.tar.bz2
etbsa-traccar-web-545705b01818d4239710633ef9b1dacfafc61b44.zip
Fallback to REST if WebSocket not available
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index e22869c..c5fce9b 100644
--- a/web/app/Style.js
+++ b/web/app/Style.js
@@ -18,6 +18,8 @@
Ext.define('Traccar.Style', {
singleton: true,
+ reconnectTimeout: 60 * 1000,
+
normalPadding: 10,
windowWidth: 640,