aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GroupDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/GroupDialog.js')
-rw-r--r--web/app/view/GroupDialog.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/app/view/GroupDialog.js b/web/app/view/GroupDialog.js
index a34e33aa0..2cca61ef5 100644
--- a/web/app/view/GroupDialog.js
+++ b/web/app/view/GroupDialog.js
@@ -31,6 +31,13 @@ Ext.define('Traccar.view.GroupDialog', {
name: 'name',
fieldLabel: Strings.sharedName,
allowBlank: false
+ }, {
+ xtype: 'combobox',
+ name: 'groupId',
+ fieldLabel: Strings.groupParent,
+ store: 'Groups',
+ displayField: 'name',
+ valueField: 'id'
}]
}
});