Skip to content

Commit

Permalink
remove export all from the toolbar for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed Feb 18, 2021
1 parent c111b42 commit 5c50781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<button type="button" class="btn btn-default btn-top" title="Save All" ng-click="workspace.saveAll()"><i class="fa fa-floppy-o"></i></button>
<button type="button" class="btn btn-default btn-top" title="Publish All" ng-click="workspace.publish()"><i class="fa fa-play-circle"></i></button>
<button type="button" class="btn btn-default btn-top" title="Export All" ng-click="workspace.exportWorkspace()"><i class="fa fa-arrow-circle-down"></i></button>
<!-- <button type="button" class="btn btn-default btn-top" title="Export All" ng-click="workspace.exportWorkspace()"><i class="fa fa-arrow-circle-down"></i></button> -->

<button type="button" class="btn btn-default btn-top" title="Refresh" ng-click="workspace.refresh()"><i class="fa fa-refresh"></i></button>

Expand Down

0 comments on commit 5c50781

Please sign in to comment.