Add labels for timeline header
This commit is contained in:
parent
f0ba0e6855
commit
f715de43f2
6 changed files with 15 additions and 8 deletions
|
|
@ -3,6 +3,7 @@
|
|||
trigger="click"
|
||||
class="QuickViewSettings"
|
||||
:bound-to="{ x: 'container' }"
|
||||
:triggerAttrs="{ title: $t('timeline.quick_view_settings') }"
|
||||
>
|
||||
<template #content>
|
||||
<div class="dropdown-menu">
|
||||
|
|
@ -66,9 +67,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<template #trigger>
|
||||
<button class="button-unstyled">
|
||||
<FAIcon icon="bars" />
|
||||
</button>
|
||||
<FAIcon icon="bars" />
|
||||
</template>
|
||||
</Popover>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue