Skip to content

Commit

Permalink
fix: dashboard graph controls
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Sep 7, 2021
1 parent 580a016 commit a7855c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/admin/partials/dashboard/graph.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<div class="panel-heading">
[[admin/dashboard:forum-traffic]]
<div class="pull-right">
<a id="view-as-json" href="{config.relative_path}/api/v3/admin/analytics/{set}?type=hourly"><i class="fa fa-terminal"></i></a>
<i class="fa fa-expand"></i>
<a href="#"><i class="fa fa-fw fa-expand"></i></a>
</div>
<div class="pull-right">
<a target="_blank" id="view-as-json" href="{config.relative_path}/api/v3/admin/analytics/{set}?type=hourly"><i class="fa fa-fw fa-terminal"></i></a>
</div>
</div>
<div class="panel-body">
Expand Down

0 comments on commit a7855c4

Please sign in to comment.