From a6765559b9388cea4ebc056cc207d7fc05206065 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 10 May 2017 12:14:44 +0500 Subject: Implement computed attributes --- web/app/Application.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/app/Application.js') diff --git a/web/app/Application.js b/web/app/Application.js index b9d074e4..2a4149df 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -83,7 +83,9 @@ Ext.define('Traccar.Application', { 'GeofenceAttributes', 'GroupAttributes', 'ServerAttributes', - 'UserAttributes' + 'UserAttributes', + 'ComputedAttributes', + 'AllComputedAttributes' ], controllers: [ -- cgit v1.2.3