From 38013e5ea942f35d7f187b476c2f8914281b6c18 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 8 Dec 2023 19:45:19 +0100 Subject: fit xray settings #1300 --- web/html/xui/xray_rule_modal.html | 228 ++++++++++++++++++++++++-------------- 1 file changed, 146 insertions(+), 82 deletions(-) (limited to 'web/html/xui/xray_rule_modal.html') diff --git a/web/html/xui/xray_rule_modal.html b/web/html/xui/xray_rule_modal.html index 6c5b3c08..a5fd2e54 100644 --- a/web/html/xui/xray_rule_modal.html +++ b/web/html/xui/xray_rule_modal.html @@ -3,87 +3,149 @@ :confirm-loading="ruleModal.confirmLoading" :closable="true" :mask-closable="false" :ok-text="ruleModal.okText" cancel-text='{{ i18n "close" }}' :class="themeSwitcher.currentTheme"> - - - [[ dm ]] - - - - - - - - - - - - - - - - - - - [[ x ]] - - - - - [[ x ]] - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ tag ]] - - - - - [[ tag ]] - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Domain Matcher + + + [[ dm ]] + + +
Source IPs + + + + + + + + +
Source Port + + + + + + + + +
Network + + + [[ x ]] + + +
Protocol + + + [[ x ]] + + +
+ + Attributes + + + + + + + + - + + + +
IP + + + + + + + + +
Domain + + + + + + + + +
Port + + + + + + + + +
Inbound Tags + + + [[ tag ]] + + +
Outbound Tag + + + [[ tag ]] + + +
-{{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3