mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix linter
This commit is contained in:
parent
de54c23cc8
commit
ab49e5e7f9
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@
|
|||
</label>
|
||||
|
||||
<h2 v-t="'titles.instance'" class="text-center" />
|
||||
<p class="text-center" v-t="'actions.instances_not_shown'" />
|
||||
<p v-t="'actions.instances_not_shown'" class="text-center" />
|
||||
<label class="pref" for="ddlInstanceSelection">
|
||||
<strong v-text="`${$t('actions.instance_selection')}:`" />
|
||||
<select id="ddlInstanceSelection" v-model="selectedInstance" class="select w-auto" @change="onChange($event)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue