mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 22:56:34 +00:00
bugfix for saving charts with dynamic timerange
git-svn-id: https://svn.fhem.de/fhem/trunk@2931 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d3c845050f
commit
b897b959c3
fhem/www/frontend
@ -1,6 +1,7 @@
|
||||
Update vom 16.3.2013
|
||||
* Implementation einer clientseitigen Generalisierung
|
||||
* Implementation eines Trees im linken Bereich des Frontends, über den Geräte gesichtet und gewählt werden können
|
||||
* Bugfix beim Speichern von Charts mit dynamischer Zeit
|
||||
Update vom 8.3.2013
|
||||
* Erweiterung der Charts - Anzeige und Speicherung von dynamischen Zeiträumen (Woche, Tag,...)
|
||||
* Bugfixes in der Darstellung der gespeicherten Farben eines Charts
|
||||
|
@ -47,7 +47,7 @@ UPD 2013-03-16_06:15:53 7586 www/frontend/app/view/Viewport.js
|
||||
UPD 2013-03-16_06:15:46 4279 www/frontend/app/view/DevicePanel.js
|
||||
UPD 2013-03-06_11:11:22 2503 www/frontend/app/view/TableDataGridPanel.js
|
||||
UPD 2013-03-06_11:11:22 1310 www/frontend/app/view/LineChartView.js
|
||||
UPD 2013-03-16_06:58:22 50691 www/frontend/app/controller/ChartController.js
|
||||
UPD 2013-03-16_11:58:22 50747 www/frontend/app/controller/ChartController.js
|
||||
UPD 2013-03-16_11:15:36 10115 www/frontend/app/controller/MainController.js
|
||||
UPD 2013-03-06_11:11:22 202 www/frontend/app/model/ReadingsModel.js
|
||||
UPD 2013-03-06_11:11:22 338 www/frontend/app/model/SavedChartsModel.js
|
||||
|
@ -884,6 +884,7 @@ Ext.define('FHEM.controller.ChartController', {
|
||||
dynamicradio.eachBox(function(box, idx) {
|
||||
if (box.checked) {
|
||||
dbstarttime = box.inputValue;
|
||||
dbendtime = box.inputValue;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user