Skip to content

Commit 7eb5afd

Browse files
authored
wireguard modal fix (#2640)
1 parent 522ccda commit 7eb5afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/html/xui/inbound_info_modal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
</tr>
428428
<tr>
429429
<td colspan="2">
430-
<tr-info-row v-for="(link,index) in infoModal.links" class="tr-info-row">
430+
<tr-info-row class="tr-info-row">
431431
<tr-info-title class="tr-info-title">
432432
<a-tag color="blue">Config</a-tag>
433433
<a-tooltip title='{{ i18n "copy" }}'>

0 commit comments

Comments
 (0)