This commit is contained in:
codecalm
2020-02-18 22:35:20 +01:00
parent 484f064987
commit 6af84f20af
22 changed files with 246 additions and 40 deletions
@@ -26,7 +26,9 @@
<span class="d-none d-sm-inline">
{% include ui/button.html text="New view" color="secondary" %}
</span>
{% include ui/button.html icon="plus" text="Create new report" color="primary" class="ml-3 d-none d-sm-inline-block" %}
{% include ui/button.html icon="plus" icon-only=true color="primary" class="ml-3 d-sm-none" text="Create new report" %}
{% include ui/button.html icon="plus" text="Create new report" color="primary" class="ml-3 d-none d-sm-inline-block" modal-id="report" %}
{% include ui/button.html icon="plus" icon-only=true color="primary" class="ml-3 d-sm-none" text="Create new report" modal-id="report" %}
{% endif %}
{% include ui/modal.html modal-id="report" size="lg" top=true %}
</div>