mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix missing to-parameter in dashboard graph widget link (#10600)
This commit is contained in:
@@ -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'] }}"
|
||||
|
Reference in New Issue
Block a user