diff options
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 302e6d4c..2c04b83b 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -25,6 +25,8 @@ Ext.define('Traccar.Style', { windowWidth: 640, windowHeight: 480, + formFieldWidth: 277, + dateTimeFormat24: 'Y-m-d H:i:s', dateTimeFormat12: 'Y-m-d g:i:s a', timeFormat24: 'H:i', @@ -35,7 +37,6 @@ Ext.define('Traccar.Style', { deviceWidth: 350, reportHeight: 250, - reportTime: 100, columnWidthNormal: 100, @@ -78,7 +79,6 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375, reportGridStyle: 'borderTop: 1px solid lightgray', chartPadding: '20 40 10 10', |