Skip to content

Commit

Permalink
Change order.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalus committed Aug 31, 2021
1 parent a26a5f7 commit e60bf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/templates/partials/graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div id="sg-graph-container" style="display: none;" th:attr="data-csrf=${_csrf}">
<div id="sg-graph-header">
<div class="pull-right">
<a href="#" class="btn btn-link" id="sg-graph-toggle-physics" th:title="#{TogglePhysics}" aria-label="Toggle Physics"><i class="fa fa-snowflake-o"></i></a>
<a href="#" class="btn btn-link" id="sg-graph-action-load" th:title="#{Load}" aria-label="Load"><i class="fa fa-folder-open"></i></a>
<a href="#" class="btn btn-link" id="sg-graph-action-save" th:title="#{Save}" aria-label="Save"><i class="fa fa-floppy-o"></i></a>
<a href="#" class="btn btn-link" id="sg-graph-toggle-physics" th:title="#{TogglePhysics}" aria-label="Toggle Physics"><i class="fa fa-snowflake-o"></i></a>
<a href="#" class="btn btn-link" id="sg-graph-action-restart" th:title="#{Clear}" aria-label="Clear"><i class="fa fa-bomb"></i></a>
<a href="#" th:href="@{/node/graph}" class="btn btn-link" id="sg-graph-action-reload" th:title="#{Reload}" aria-label="Reload"><i class="fa fa-refresh"></i></a>
<a href="#" class="btn btn-link" id="sg-graph-action-fit" th:title="#{Fit}" aria-label="Fit View"><i class="fa fa-arrows-alt"></i></a>
Expand Down

0 comments on commit e60bf9c

Please sign in to comment.