forked from verdnatura/salix-front
perf: Dms buttons tooltip
This commit is contained in:
parent
2d2fff1bf3
commit
f23b7837b7
|
@ -383,15 +383,9 @@ function shouldRenderButton(button, isExternal = false) {
|
|||
<VnDmsImportForm @on-data-saved="dmsRef.fetch()" />
|
||||
</QDialog>
|
||||
<QPageSticky position="bottom-right" :offset="[25, 25]">
|
||||
<QBtn
|
||||
fab
|
||||
color="primary"
|
||||
icon="publish"
|
||||
@click="showFormDialog()"
|
||||
class="fill-icon"
|
||||
>
|
||||
<QBtn fab color="primary" icon="add" @click="showFormDialog()" class="fill-icon">
|
||||
<QTooltip>
|
||||
{{ t('Import from existing') }}
|
||||
{{ t('Upload file') }}
|
||||
</QTooltip>
|
||||
</QBtn>
|
||||
</QPageSticky>
|
||||
|
@ -404,7 +398,7 @@ function shouldRenderButton(button, isExternal = false) {
|
|||
class="fill-icon"
|
||||
>
|
||||
<QTooltip>
|
||||
{{ t('Upload file') }}
|
||||
{{ t('Import from existing') }}
|
||||
</QTooltip>
|
||||
</QBtn>
|
||||
</QPageSticky>
|
||||
|
|
Loading…
Reference in New Issue