fix linter

This commit is contained in:
Bnyro 2023-11-04 20:19:47 +01:00 committed by GitHub
parent de54c23cc8
commit ab49e5e7f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,7 @@
</label> </label>
<h2 v-t="'titles.instance'" class="text-center" /> <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"> <label class="pref" for="ddlInstanceSelection">
<strong v-text="`${$t('actions.instance_selection')}:`" /> <strong v-text="`${$t('actions.instance_selection')}:`" />
<select id="ddlInstanceSelection" v-model="selectedInstance" class="select w-auto" @change="onChange($event)"> <select id="ddlInstanceSelection" v-model="selectedInstance" class="select w-auto" @change="onChange($event)">