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()" />
|
<VnDmsImportForm @on-data-saved="dmsRef.fetch()" />
|
||||||
</QDialog>
|
</QDialog>
|
||||||
<QPageSticky position="bottom-right" :offset="[25, 25]">
|
<QPageSticky position="bottom-right" :offset="[25, 25]">
|
||||||
<QBtn
|
<QBtn fab color="primary" icon="add" @click="showFormDialog()" class="fill-icon">
|
||||||
fab
|
|
||||||
color="primary"
|
|
||||||
icon="publish"
|
|
||||||
@click="showFormDialog()"
|
|
||||||
class="fill-icon"
|
|
||||||
>
|
|
||||||
<QTooltip>
|
<QTooltip>
|
||||||
{{ t('Import from existing') }}
|
{{ t('Upload file') }}
|
||||||
</QTooltip>
|
</QTooltip>
|
||||||
</QBtn>
|
</QBtn>
|
||||||
</QPageSticky>
|
</QPageSticky>
|
||||||
|
@ -404,7 +398,7 @@ function shouldRenderButton(button, isExternal = false) {
|
||||||
class="fill-icon"
|
class="fill-icon"
|
||||||
>
|
>
|
||||||
<QTooltip>
|
<QTooltip>
|
||||||
{{ t('Upload file') }}
|
{{ t('Import from existing') }}
|
||||||
</QTooltip>
|
</QTooltip>
|
||||||
</QBtn>
|
</QBtn>
|
||||||
</QPageSticky>
|
</QPageSticky>
|
||||||
|
|
Loading…
Reference in New Issue