dashlet btn header style

This commit is contained in:
Yuri Kuznetsov
2022-08-03 18:07:51 +03:00
parent 906f6e5717
commit 85ed285c79
+2 -2
View File
@@ -9,13 +9,13 @@
{{#each buttonList}}
<button
type="button"
class="btn btn-{{#if ../style}}{{../style}}{{else}}link{{/if}} btn-sm action{{#if hidden}} hidden{{/if}}"
class="btn btn-{{#if ../style}}{{../style}}{{else}}default{{/if}} btn-sm action{{#if hidden}} hidden{{/if}}"
data-action="{{name}}"
title="{{#if title}}{{translate title}}{{/if}}"
>{{#if html}}{{{html}}}{{else}}{{translate label}}{{/if}}</button>
{{/each}}
<button
class="dropdown-toggle btn btn-link btn-sm menu-button"
class="dropdown-toggle btn btn-{{#if ../style}}{{../style}}{{else}}default{{/if}} btn-sm menu-button"
data-toggle="dropdown"
><span class="fas fa-ellipsis-h"></span></button>
<ul class="dropdown-menu dropdown-menu-with-icons" role="menu">