diff options
Diffstat (limited to 'web/app/model')
-rw-r--r-- | web/app/model/Attribute.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/app/model/Attribute.js b/web/app/model/Attribute.js index 7bf5beb5..b82fecfb 100644 --- a/web/app/model/Attribute.js +++ b/web/app/model/Attribute.js @@ -30,8 +30,5 @@ Ext.define('Traccar.model.Attribute', { }, { name: 'attribute', type: 'string' - }, { - name: 'alias', - type: 'string' }] }); |