aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/CommandDialog.js
diff options
context:
space:
mode:
authorAlexander Menk <menk@mestrona.net>2016-12-20 11:00:21 +0100
committerAlexander Menk <menk@mestrona.net>2016-12-20 11:00:21 +0100
commitd3cf54f1f77b3552b4f12fbde73463159cf1b359 (patch)
tree87ec536e4f40aefd727176cc7be3712d793d3b07 /web/app/view/CommandDialog.js
parentfef9d5331bbcd19d51dcf1f4d1e9355c67952004 (diff)
downloadetbsa-traccar-web-d3cf54f1f77b3552b4f12fbde73463159cf1b359.tar.gz
etbsa-traccar-web-d3cf54f1f77b3552b4f12fbde73463159cf1b359.tar.bz2
etbsa-traccar-web-d3cf54f1f77b3552b4f12fbde73463159cf1b359.zip
#2702 Rename "Hearts" function to "Indicator" to be more general
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r--web/app/view/CommandDialog.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index 1450dc2..ffe9095 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -105,14 +105,14 @@ Ext.define('Traccar.view.CommandDialog', {
}]
}, {
xtype: 'fieldcontainer',
- reference: 'paramSetHearts',
+ reference: 'paramSetIndicator',
name: 'attributes',
hidden: true,
items: [{
xtype: 'numberfield',
- fieldLabel: Strings.commandHearts,
- name: 'hearts',
+ fieldLabel: Strings.commandData,
+ name: 'data',
minValue: 0,
maxValue: 99
}]