fix: header actions tooltips in timeline
This commit is contained in:
parent
8a8e7be076
commit
0d215599be
|
@ -202,12 +202,14 @@ const headerActions = $computed(() => [
|
||||||
{
|
{
|
||||||
icon: 'ph-list-bullets-bold ph-lg',
|
icon: 'ph-list-bullets-bold ph-lg',
|
||||||
title: i18n.ts.lists,
|
title: i18n.ts.lists,
|
||||||
|
text: i18n.ts.lists,
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
handler: chooseList,
|
handler: chooseList,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'ph-flying-saucer-bold ph-lg',
|
icon: 'ph-flying-saucer-bold ph-lg',
|
||||||
title: i18n.ts.antennas,
|
title: i18n.ts.antennas,
|
||||||
|
text: i18n.ts.lists,
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
handler: chooseAntenna,
|
handler: chooseAntenna,
|
||||||
} /* **TODO: fix timetravel** {
|
} /* **TODO: fix timetravel** {
|
||||||
|
|
Loading…
Reference in New Issue