diff options
| author | Alex Churin <alex@churin.pro> | 2025-01-14 18:08:19 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 18:08:19 +0300 |
| commit | 7eb5afdd8d6575d3fd025524a7cb40fb53b8cf20 (patch) | |
| tree | acd1697417395c64506aa928fdd3bc8e81b13782 | |
| parent | 522ccda71c1b406b6cd774472e9c9d50bb0a3424 (diff) | |
wireguard modal fix (#2640)
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index b9ca2312..d9913f32 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -427,7 +427,7 @@ </tr> <tr> <td colspan="2"> - <tr-info-row v-for="(link,index) in infoModal.links" class="tr-info-row"> + <tr-info-row class="tr-info-row"> <tr-info-title class="tr-info-title"> <a-tag color="blue">Config</a-tag> <a-tooltip title='{{ i18n "copy" }}'> |
