diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2013-01-11 19:48:19 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2013-01-11 19:48:19 +1300 |
commit | 47cea42e319176aa69decc43e8d8074374ff0c4b (patch) | |
tree | 604850f3300e00bdd3a33735338949f2a9d39dfe /src/org/traccar/web/client/view/DeviceView.ui.xml | |
parent | 3defcd30d7ef7c10c82561b955c9e4e4fba789bf (diff) | |
download | trackermap-web-47cea42e319176aa69decc43e8d8074374ff0c4b.tar.gz trackermap-web-47cea42e319176aa69decc43e8d8074374ff0c4b.tar.bz2 trackermap-web-47cea42e319176aa69decc43e8d8074374ff0c4b.zip |
Add logout button
Diffstat (limited to 'src/org/traccar/web/client/view/DeviceView.ui.xml')
-rw-r--r-- | src/org/traccar/web/client/view/DeviceView.ui.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/traccar/web/client/view/DeviceView.ui.xml b/src/org/traccar/web/client/view/DeviceView.ui.xml index af1b33cd..77de651e 100644 --- a/src/org/traccar/web/client/view/DeviceView.ui.xml +++ b/src/org/traccar/web/client/view/DeviceView.ui.xml @@ -33,7 +33,8 @@ <toolbar:FillToolItem /> <toolbar:SeparatorToolItem /> <button:TextButton ui:field="settingsButton" text="Settings" enabled="false" /> - </toolbar:ToolBar> + <button:TextButton ui:field="logoutButton" text="Logout" /> + </toolbar:ToolBar> </container:child> <container:child layoutData="{layoutData}"> |