Skip to content

Commit

Permalink
Small improvements to dashboard controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 4, 2015
1 parent 46ee9d2 commit ede6768
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion panoramix/templates/panoramix/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
<div class="col-md-10 text-middle">
<h2>
{{ dashboard.dashboard_title }}
<a id="savedash"><i class="fa fa-save"></i></a>
<div class="btn-group pull-right" role="group" >
<a id="editdash" class="btn btn-default" href="/dashboardmodelview/edit/{{ dashboard.id }}">
<i class="fa fa-edit"></i>
</a>
<button type="button" id="savedash" class="btn btn-default">
<i class="fa fa-save"></i>
</button>
</div>
</h2>
</div>
<div class="col-md-1 text-right">
Expand Down

0 comments on commit ede6768

Please sign in to comment.