Skip to content
Snippets Groups Projects
Commit ff02d682 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: missing space in qr modal

parent 8354b4c3
No related branches found
No related tags found
No related merge requests found
Pipeline #274673 passed with warnings
......@@ -44,7 +44,7 @@
:object_title="db_editor_object_title"
></DBEditor>
<b-modal ok-only id="macauth-show-qr" v-if="qr_item" centered
:title="$t('views.macauth.wifi_qr_code_for') + '\'' + qr_item.mac_addr + '\''">
:title="$t('views.macauth.wifi_qr_code_for') + ' \'' + qr_item.mac_addr + '\''">
<p class="text-center">
<qrcode-vue v-if="qr_item" :value="'WIFI:S:KIT-IoT;T:WPA;P:'+encodeQr(qr_item.wpa_key)+';;'"></qrcode-vue>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment