aboutsummaryrefslogtreecommitdiff
path: root/modern/src/attributes
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-06-27 11:08:26 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-06-27 11:08:26 -0700
commit26916278758cd5e4abb16aa31e31099e066ea8d5 (patch)
tree5119a65f67cd426ed06b9cb553b7d24ba6dce093 /modern/src/attributes
parentd86a3ef187359fbe83a5dd950295868c4ef39d09 (diff)
downloadetbsa-traccar-web-26916278758cd5e4abb16aa31e31099e066ea8d5.tar.gz
etbsa-traccar-web-26916278758cd5e4abb16aa31e31099e066ea8d5.tar.bz2
etbsa-traccar-web-26916278758cd5e4abb16aa31e31099e066ea8d5.zip
Add geofences screen
Diffstat (limited to 'modern/src/attributes')
-rw-r--r--modern/src/attributes/geofenceAttributes.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/modern/src/attributes/geofenceAttributes.js b/modern/src/attributes/geofenceAttributes.js
new file mode 100644
index 0000000..4b9c9e6
--- /dev/null
+++ b/modern/src/attributes/geofenceAttributes.js
@@ -0,0 +1,8 @@
+import t from '../common/localization'
+
+export default {
+ 'speedLimit': {
+ name: t('attributeSpeedLimit'),
+ type: 'string',
+ },
+};