Skip to content

Commit f680c15

Browse files
committed
fix(snapshot): fixed issue with timepicker / time display when viewing snapshot, fixes grafana#2892
1 parent f117850 commit f680c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/dashboard/partials/snapshotTopNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ul class="nav pull-right">
2929
<li ng-if="dashboard">
30-
<gf-time-picker></gf-time-picker>
30+
<gf-time-picker dashboard="dashboard"></gf-time-picker>
3131
</li>
3232
</ul>
3333

0 commit comments

Comments
 (0)