base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
13
liquid/includes/layout/header-actions/buttons.html
Normal file
13
liquid/includes/layout/header-actions/buttons.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div class="btn-list">
|
||||
<span class="d-none d-sm-inline">
|
||||
{% if layout-navbar-overlap and layout-navbar-dark %}
|
||||
{% include "ui/button.html" text="New view" color="dark" %}
|
||||
{% else %}
|
||||
{% include "ui/button.html" text="New view" %}
|
||||
{% endif %}
|
||||
</span>
|
||||
{% include "ui/button.html" icon="plus" text="Create new report" color="primary" class="d-none d-sm-inline-block" modal-id="report" %}
|
||||
{% include "ui/button.html" icon="plus" icon-only=true color="primary" class="d-sm-none" text="Create new report" modal-id="report" %}
|
||||
</div>
|
||||
|
||||
{% include "ui/modal.html" modal-id="report" size="lg" top=true %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue