Skip to content

Commit

Permalink
Release candidate #5 for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Dec 30, 2016
1 parent e569007 commit ec5a88e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions dsmr_frontend/templates/dsmr_frontend/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<header class="panel-heading">
{% trans "Recent electricity consumed (Watt)" %}
</header>
<div class="panel-body" style="height: 250px;">
<div class="panel-body" style="height: 300px;">
<canvas id="electricity-chart"></canvas>
</div>

Expand All @@ -228,7 +228,7 @@
<header class="panel-heading">
{% trans "Recent distribution of electricity phases P+ (Watt)" %}
</header>
<div class="panel-body" style="height: 250px;">
<div class="panel-body" style="height: 300px;">
<canvas id="electricity-phases-chart"></canvas>
</div>
</div>
Expand All @@ -238,7 +238,8 @@

{% if capabilities.electricity %}
<div class="row text-center">
{% trans 'Scroll electricity graph(s)' %} <small>({% trans 'You can scroll back until one week ago.' %})</small>
<div>{% trans 'Scroll electricity graph(s)' %}</div>
<small>({% trans 'You can scroll back until one week ago.' %})</small>
<br /><br />
</div>
<div class="row text-center">
Expand All @@ -260,7 +261,7 @@
<header class="panel-heading">
{% trans "Recent electricity returned (Watt)" %}
</header>
<div class="panel-body" style="height: 250px;">
<div class="panel-body" style="height: 300px;">
<canvas id="electricity-returned-chart"></canvas>
</div>
</div>
Expand All @@ -275,7 +276,7 @@
<header class="panel-heading">
{% trans "Recent gas consumed (m<sup>3</sup>)" %}
</header>
<div class="panel-body" style="height: 250px;">
<div class="panel-body" style="height: 300px;">
<canvas id="gas-chart"></canvas>
</div>
</div>
Expand All @@ -290,7 +291,7 @@
<header class="panel-heading">
{% trans "Recent temperatures (&deg;C)" %}
</header>
<div class="panel-body" style="height: 250px;">
<div class="panel-body" style="height: 300px;">
<canvas id="temperature-chart"></canvas>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
from django.utils.version import get_version


VERSION = (1, 5, 0, 'rc', 4)
VERSION = (1, 5, 0, 'rc', 5)

__version__ = get_version(VERSION)

0 comments on commit ec5a88e

Please sign in to comment.