aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Report.js
AgeCommit message (Collapse)Author
2016-08-29Implemented "Configure" dialog for reportsAbyss777
2016-08-27Prevent tagfield growing too muchAbyss777
2016-08-25- Enabled multiple devices for reportsAbyss777
- Used different colors for routes of different devices
2016-08-09- Fixed csv MIME type and added response headerAbyss777
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files
2016-08-08- Added deviceId in SummaryReportAbyss777
- Response bare array for application/json - Migrate to /api/reports/route in web-interface
2016-07-29Change alarm highlight logicAnton Tananaev
2016-07-17Added AlertEventHandler & Mute button for all notificationsninioe
2016-07-13changes Anton asked meninioe
2016-07-12Added support for Alarm popup & positions history cleanerninioe
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers
2016-03-13Support 12 hour format in webAnton Tananaev
2015-11-13Use international date format for pickersAnton Tananaev
2015-11-08Generate priorities for postion keysAnton Tananaev
2015-10-04Disable JavaScript strict modeAnton Tananaev
2015-10-03Rename strings global variableAnton Tananaev
2015-10-03Change global styles classAnton Tananaev
2015-10-03Enable JavaScript strict modeAnton Tananaev
2015-10-03More clean up for web interfaceAnton Tananaev