aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Command.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Command.js')
-rw-r--r--web/app/model/Command.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/model/Command.js b/web/app/model/Command.js
index 45e0a6b96..3e848b57d 100644
--- a/web/app/model/Command.js
+++ b/web/app/model/Command.js
@@ -25,6 +25,6 @@ Ext.define('Traccar.model.Command', {
name: 'type',
type: 'string'
}, {
- name: 'other'
+ name: 'attributes'
}]
});