aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web/client/view/DeviceView.ui.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2013-01-09 23:34:39 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2013-01-09 23:34:39 +1300
commit137c89bc9a870c4018f4c000494c89af9ceea67a (patch)
treeecee16a30a9c2742a97f715427b3b77ab66541aa /src/org/traccar/web/client/view/DeviceView.ui.xml
parent803ddb7af2d2ad33a5beeded3bc53963b16454d0 (diff)
downloadtrackermap-web-137c89bc9a870c4018f4c000494c89af9ceea67a.tar.gz
trackermap-web-137c89bc9a870c4018f4c000494c89af9ceea67a.tar.bz2
trackermap-web-137c89bc9a870c4018f4c000494c89af9ceea67a.zip
Finished archive panel
Diffstat (limited to 'src/org/traccar/web/client/view/DeviceView.ui.xml')
-rw-r--r--src/org/traccar/web/client/view/DeviceView.ui.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/traccar/web/client/view/DeviceView.ui.xml b/src/org/traccar/web/client/view/DeviceView.ui.xml
index d9988d5e..af1b33cd 100644
--- a/src/org/traccar/web/client/view/DeviceView.ui.xml
+++ b/src/org/traccar/web/client/view/DeviceView.ui.xml
@@ -15,7 +15,7 @@
<ui:attributes width="1" height="1" />
</ui:with>
- <ui:with type="com.sencha.gxt.data.shared.ListStore" field="store" />
+ <ui:with type="com.sencha.gxt.data.shared.ListStore" field="deviceStore" />
<ui:with type="com.sencha.gxt.widget.core.client.grid.ColumnModel" field="columnModel" />
<ui:with type="com.sencha.gxt.widget.core.client.grid.GridView" field="view">
@@ -37,7 +37,7 @@
</container:child>
<container:child layoutData="{layoutData}">
- <grid:Grid ui:field="grid" store="{store}" cm="{columnModel}" view="{view}" />
+ <grid:Grid ui:field="grid" store="{deviceStore}" cm="{columnModel}" view="{view}" />
</container:child>
</container:VerticalLayoutContainer>