Fix missing to-parameter in dashboard graph widget link (#10600)

This commit is contained in:
Markus Witt
2019-09-12 23:08:43 +02:00
committed by PipoCanaja
parent 565833a69c
commit 81e57c8380

View File

@@ -1,5 +1,5 @@
<div class="dashboard-graph">
<a href="graphs/{{ implode($params, '/') }}/type={{ $graph_type }}/from={{ $from }}">
<a href="graphs/{{ implode($params, '/') }}/type={{ $graph_type }}/from={{ $from }}/to={{ $to }}">
<img class="minigraph-image"
width="{{ $dimensions['x'] }}"
height="{{ $dimensions['y'] }}"