[fix] Link to app on operation panel

missing "//"
This commit is contained in:
opi 2021-06-17 17:38:32 +02:00 committed by GitHub
parent 2fef301055
commit e40dfbb124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
<template v-if="perm.url" #description> <template v-if="perm.url" #description>
{{ $t('permission_corresponding_url') }}: {{ $t('permission_corresponding_url') }}:
<b-link :href="'https:' + perm.url"> <b-link :href="'https://' + perm.url">
https://{{ perm.url }} https://{{ perm.url }}
</b-link> </b-link>
</template> </template>