diff options
| -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" }}'> |
