Update inbound_info_modal.html

This commit is contained in:
shahin-io 2024-01-06 18:12:49 +00:00 committed by GitHub
parent 55eb97cfff
commit 82bd88e0e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@
</tr>
</table>
<template v-if="app.subSettings.enable && infoModal.clientSettings.subId">
<a-divider>Subscription link</a-divider>
<a-divider>Subscription URL</a-divider>
<a-row>
<a-col :sx="24" :md="22"><a :href="[[ infoModal.subLink ]]" target="_blank">[[ infoModal.subLink ]]</a></a-col>
<a-col :sx="24" :md="2" style="text-align: right;">
@ -349,4 +349,4 @@
});
</script>
{{end}}
{{end}}