added proper if for showing urls

This commit is contained in:
ben 2023-01-05 22:39:06 +00:00
parent 4ea967f899
commit 7118dc95a5

View File

@ -96,7 +96,7 @@ gertyname }}{% endraw %}{% endblock %}{% block page %} {% raw %}
</p>
</q-card-section>
</q-card>
<q-card class="q-pa-sm" v-if="url_checker" unelevated class="q-pa-sm">
<q-card class="q-pa-sm" v-if="url_checker[0]" unelevated class="q-pa-sm">
<q-card-section>
<div class="text-h6">Servers to check</div>
</q-card-section>