| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 1 | <div class="btn-group-vertical left-tool-bar"> |
| 2 | |
| 3 | <!-- <button id="topology_zoom_plus" type="button" class="btn btn-default"><i class="fa fa-plus"></i></button> --> |
| 4 | <!-- <button id="topology_zoom_minus" type="button" class="btn btn-default"><i class="fa fa-minus"></i></button> --> |
| 5 | |
| 6 | <button id="topology_play" type="button" title="Play force" class="btn btn btn-default" onclick="handleForce(this)"><i |
| 7 | class="fa fa-play"></i></button> |
| 8 | <button id="topology_pause" type="button" title="Stop force" class="btn btn btn-default active" onclick="handleForce(this)"><i |
| 9 | class="fa fa-pause"></i></button> |
| 10 | {% block topology_toolbar_buttons %} |
| 11 | |
| 12 | {% endblock %} |
| 13 | |
| 14 | <!-- <button id="topology_settings" type="button" class="btn btn-default"><i class="fa fa-gear"></i></button> --> |
| 15 | |
| 16 | <button id="topology_open_editor" type="button" title="Edit descriptor" class="btn btn-default" onclick="openEditor({{project_id}})"><i |
| 17 | class="fa fa-edit"></i></button> |
| 18 | |
| 19 | <button id="topology_save" type="button" title="Save positions" class="btn btn-default" onclick="savePositions(this)"><i |
| 20 | class="fa fa-save"></i></button> |
| 21 | |
| 22 | <button id="topology_info_button" type="button" title="Info keyboard" class="btn btn-default" data-toggle="modal" |
| 23 | data-target="#modalTopologyInfoButton"><i class="fa fa-keyboard-o"></i></button> |
| lombardofr | 99f922f | 2018-07-17 17:27:36 +0200 | [diff] [blame] | 24 | <button id="reset_filter" type="button" class="btn btn btn-default" onclick="resetFilters(this)"><i |
| 25 | class="fa fa-backward"></i></button> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 26 | </div> |
| 27 | {% block boxes_toolbar %} |
| 28 | |
| 29 | {% endblock %} |
| 30 | |
| 31 | |
| 32 | |
| 33 | <div id="palette" > |
| 34 | <div id="palette_status_indicator" class="palette-status-indicator"> |
| 35 | <i class="fa fa-refresh fa-spin fa-3x fa-fw" aria-hidden="true"></i> |
| 36 | </div> |
| 37 | <div id="paletteContainer" class="palette-container"> |
| 38 | |
| 39 | </div> |
| 40 | </div> |