HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ekspardev (1006)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/ekspardev/public_html/tubisad/rapor/src/pages/_includes/layout/header-actions/buttons.html
<div class="btn-list">
	<span class="d-none d-sm-inline">
		{% if page.layout-navbar-overlap and page.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 %}