Closes #11598: Add buttons to easily switch between rack list and elevations views

This commit is contained in:
jeremystretch
2023-01-26 10:53:59 -05:00
parent 22a9df82e6
commit ccc108a217
5 changed files with 41 additions and 28 deletions

View File

@@ -26,16 +26,15 @@ Context:
<div class="controls">
<div class="control-group">
{% plugin_list_buttons model %}
{% block extra_controls %}{% endblock %}
{% if 'add' in actions %}
{% add_button model %}
{% add_button model %}
{% endif %}
{% if 'import' in actions %}
{% import_button model %}
{% import_button model %}
{% endif %}
{% if 'export' in actions %}
{% export_button model %}
{% export_button model %}
{% endif %}
</div>
</div>