Merged in bugfix/PMCORE-3323_B (pull request #8146)

PMCORE-3323

Approved-by: Fabio Guachalla
This commit is contained in:
Rodrigo Quelca
2021-09-20 20:26:06 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -14,19 +14,20 @@
</div> </div>
</b-col> </b-col>
<b-col sm="4" class="pm-multiview-header-actions-buttons"> <b-col sm="4" class="pm-multiview-header-actions-buttons">
<button <b-button
v-for="action in data.actions" v-for="action in data.actions"
:key="action.id" :key="action.id"
@click="action.onClick(action)" @click="action.onClick(action)"
class="pm-multiview-header-button" class="pm-multiview-header-button"
:title="action.title" :title="action.title"
variant="primary"
> >
<div> <div>
<span> <span>
<i :class="action.icon"></i> <i :class="action.icon"></i>
</span> </span>
</div> </div>
</button> </b-button>
</b-col> </b-col>
</b-row> </b-row>
</div> </div>