mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-14 04:08:21 +00:00
fix warning
This commit is contained in:
parent
47559730e3
commit
b2084af8f2
@ -303,10 +303,10 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td v-text="instance.name" />
|
<td v-text="instance.name" />
|
||||||
<td v-text="instance.locations" />
|
<td v-text="instance.locations" />
|
||||||
<td v-t="`${instance.cdn ? '✅' : '❌'}`" />
|
<td v-text="`${instance.cdn ? '✅' : '❌'}`" />
|
||||||
<td v-text="instance.registered" />
|
<td v-text="instance.registered" />
|
||||||
<td class="<md:(hidden)" v-text="instance.version" />
|
<td class="<md:(hidden)" v-text="instance.version" />
|
||||||
<td v-t="`${instance.up_to_date ? '✅' : '❌'}`" />
|
<td v-text="`${instance.up_to_date ? '✅' : '❌'}`" />
|
||||||
<td>
|
<td>
|
||||||
<a :href="sslScore(instance.api_url)" target="_blank" v-t="'actions.view_ssl_score'" />
|
<a :href="sslScore(instance.api_url)" target="_blank" v-t="'actions.view_ssl_score'" />
|
||||||
</td>
|
</td>
|
||||||
@ -316,8 +316,8 @@
|
|||||||
<br />
|
<br />
|
||||||
<p v-text="`${$t('information.preferences_note')}`" />
|
<p v-text="`${$t('information.preferences_note')}`" />
|
||||||
<br />
|
<br />
|
||||||
<button class="btn" v-text="`${$t('actions.reset_preferences')}`" @click="resetPreferences()" />
|
<button class="btn" v-t="'actions.reset_preferences'" @click="resetPreferences()" />
|
||||||
<button class="btn mx-4" v-text="`${$t('actions.backup_preferences')}`" @click="backupPreferences()" />
|
<button class="btn mx-4" v-t="'actions.backup_preferences'" @click="backupPreferences()" />
|
||||||
<label
|
<label
|
||||||
for="fileSelector"
|
for="fileSelector"
|
||||||
class="btn"
|
class="btn"
|
||||||
|
Loading…
Reference in New Issue
Block a user