diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-15 11:41:08 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-15 11:41:08 +1200 |
commit | 34a70e81ecb613c3216fcdd581a9724216137b41 (patch) | |
tree | ee42bc77c1ade262e154f389ba7ebbb17212620b /web/app/Application.js | |
parent | 2fa0652494c511a87516fd71e363600b3ef0a1a6 (diff) | |
download | trackermap-server-34a70e81ecb613c3216fcdd581a9724216137b41.tar.gz trackermap-server-34a70e81ecb613c3216fcdd581a9724216137b41.tar.bz2 trackermap-server-34a70e81ecb613c3216fcdd581a9724216137b41.zip |
Rename parameter to attribute
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 88745265b..9544f21b2 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -28,7 +28,7 @@ Ext.define('Traccar.Application', { 'User', 'Device', 'Position', - 'Parameter', + 'Attribute', 'Command' ], @@ -37,7 +37,7 @@ Ext.define('Traccar.Application', { 'Positions', 'LiveData', 'Users', - 'Parameters', + 'Attributes', 'MapTypes', 'DistanceUnits', 'SpeedUnits', |