Formatting update (Warning! Since this is displayed horizontally and not vertically, you have to reprogram this again...)
This commit is contained in:
parent
2e9b8900aa
commit
fded3e7fd5
@ -118,6 +118,10 @@
|
|||||||
<td>{{ $t('linkAnalyzer.table.genres') }}</td>
|
<td>{{ $t('linkAnalyzer.table.genres') }}</td>
|
||||||
<td>{{ data.genres.data.map(x => x.name).join('; ') }}</td>
|
<td>{{ data.genres.data.map(x => x.name).join('; ') }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr v-if="countries.length">
|
||||||
|
<td>{{ $t('linkAnalyzer.table.countries') }}</td>
|
||||||
|
<td v-for="(country, i) in countries" :key="i">{{ country[0] }} - {{ country[1] }}</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div v-if="type === 'album'">
|
<div v-if="type === 'album'">
|
||||||
@ -125,10 +129,6 @@
|
|||||||
{{ $t('linkAnalyzer.table.tracklist') }}
|
{{ $t('linkAnalyzer.table.tracklist') }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="countries.length">
|
|
||||||
<p v-for="(country, i) in countries" :key="i">{{ country[0] }} - {{ country[1] }}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user