Skip to content

Commit

Permalink
Update web interface reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 9, 2016
1 parent 13fb719 commit 8af8f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traccar-web
Submodule traccar-web updated 68 files
+1 −1 tools/minify.bat
+1 −1 tools/minify.sh
+5 −0 web/app/Application.js
+6 −0 web/app/AttributeFormatter.js
+1 −8 web/app/DeviceImages.js
+22 −0 web/app/GeofenceConverter.js
+1 −3 web/app/Style.js
+20 −9 web/app/controller/Root.js
+7 −1 web/app/model/Notification.js
+3 −0 web/app/store/GeofenceTypes.js
+3 −1 web/app/store/Notifications.js
+4 −1 web/app/store/Positions.js
+11 −1 web/app/view/Login.js
+3 −306 web/app/view/MapController.js
+387 −0 web/app/view/MapMarkerController.js
+4 −15 web/app/view/Notifications.js
+3 −41 web/app/view/NotificationsController.js
+2 −4 web/app/view/ReportConfigController.js
+93 −19 web/app/view/ReportController.js
+1 −0 web/app/view/SettingsMenuController.js
+8 −0 web/app/view/UserDialog.js
+11 −1 web/app/view/UserDialogController.js
+8 −0 web/app/view/Users.js
+1 −0 web/debug.html
+5 −0 web/l10n/ar.json
+5 −0 web/l10n/bg.json
+5 −0 web/l10n/cs.json
+5 −0 web/l10n/da.json
+8 −3 web/l10n/de.json
+5 −0 web/l10n/el.json
+5 −0 web/l10n/en.json
+5 −0 web/l10n/es.json
+5 −0 web/l10n/fa.json
+5 −0 web/l10n/fi.json
+5 −0 web/l10n/fr.json
+5 −0 web/l10n/he.json
+5 −0 web/l10n/hi.json
+5 −0 web/l10n/hu.json
+5 −0 web/l10n/id.json
+5 −0 web/l10n/it.json
+5 −0 web/l10n/ka.json
+5 −0 web/l10n/lo.json
+5 −0 web/l10n/lt.json
+5 −0 web/l10n/ml.json
+5 −0 web/l10n/ms.json
+5 −0 web/l10n/nb.json
+5 −0 web/l10n/ne.json
+5 −0 web/l10n/nl.json
+5 −0 web/l10n/nn.json
+5 −0 web/l10n/pl.json
+148 −143 web/l10n/pt.json
+5 −0 web/l10n/pt_BR.json
+5 −0 web/l10n/ro.json
+9 −4 web/l10n/ru.json
+5 −0 web/l10n/si.json
+5 −0 web/l10n/sk.json
+5 −0 web/l10n/sl.json
+5 −0 web/l10n/sq.json
+6 −1 web/l10n/sr.json
+5 −0 web/l10n/ta.json
+5 −0 web/l10n/th.json
+5 −0 web/l10n/tr.json
+5 −0 web/l10n/uk.json
+5 −0 web/l10n/vi.json
+5 −0 web/l10n/zh.json
+1 −3 web/load.js
+166 −0 web/logo.svg
+1 −0 web/release.html

0 comments on commit 8af8f58

Please sign in to comment.