1
0
mirror of https://github.com/beestat/app.git synced 2025-07-31 14:33:51 -04:00

Moved equipment block on Thermostat Detail tooltip to bottom.

This commit is contained in:
Jon Ziebell 2021-03-04 21:38:33 -05:00
parent a062361137
commit 1c623854ef

View File

@ -385,8 +385,8 @@ beestat.component.chart.runtime_thermostat_detail_temperature.prototype.get_opti
}
sections.push(groups.mode);
sections.push(groups.equipment);
sections.push(groups.data);
sections.push(groups.equipment);
var title = this.x.format('ddd, MMM D @ h:mma');