mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-24 03:49:14 -05:00
[web-src] Only show index button list if more than one entry is present
This commit is contained in:
parent
f8f23ced86
commit
1d21b7cc1d
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="buttons is-centered fd-is-square">
|
<div class="buttons is-centered fd-is-square" style="margin-bottom: 64px;" v-if="filtered_index.length > 1">
|
||||||
<a v-for="char in filtered_index" :key="char" class="button is-small" @click="nav(char)">{{ char }}</a>
|
<a v-for="char in filtered_index" :key="char" class="button is-small" @click="nav(char)">{{ char }}</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user