diff options
Diffstat (limited to 'web/html/xui/xray.html')
| -rw-r--r-- | web/html/xui/xray.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 2ddba224..572d8b6a 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -393,6 +393,10 @@ <td>Port</td> <td><a-tag color="green" v-for="r in rule.port.split(',')">[[ r ]]</a-tag></td> </tr> + <tr v-if="rule.balancerTag"> + <td>Balancer Tag</td> + <td><a-tag color="blue">[[ rule.balancerTag ]]</a-tag></td> + </tr> </table> </template> <a-button shape="round" size="small" style="font-size: 14px; padding: 0 10px;"> |
