mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-12 12:58:27 +03:00
Adding tooltip
This commit is contained in:
parent
23ba49f33e
commit
0aafcd8357
1 changed files with 7 additions and 6 deletions
|
@ -118,12 +118,13 @@ const reply = () => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<CommonTooltip v-if="status.localOnly" :content="$t('action.local_only')" placement="bottom">
|
||||||
<div
|
<div
|
||||||
v-if="status.localOnly"
|
|
||||||
class="i-ri:link-unlink-m local-only"
|
class="i-ri:link-unlink-m local-only"
|
||||||
flex-none
|
flex-none
|
||||||
text-secondary
|
text-secondary
|
||||||
/>
|
/>
|
||||||
|
</CommonTooltip>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue