Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-05-05 00:33:48 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-05-05 00:33:48 +0300
commit77d94b25d054bd6cf7ace029571db9c58ae87fa9 (patch)
tree5de7bdc7175979be55056f05d3e13dbb0e015b06 /web/html/inbounds.html
parent32b7ada54915adc7b6f93e9fef5e468e2fe66f6a (diff)
Add 'active' filter option to inbounds
Diffstat (limited to 'web/html/inbounds.html')
-rw-r--r--web/html/inbounds.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index 498c6f6e..cde66137 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -184,6 +184,8 @@
<a-radio-group v-if="enableFilter" v-model="filterBy" @change="filterInbounds" button-style="solid"
:size="isMobile ? 'small' : ''">
<a-radio-button value>{{ i18n "none" }}</a-radio-button>
+ <a-radio-button value="active">{{ i18n "subscription.active"
+ }}</a-radio-button>
<a-radio-button value="deactive">{{ i18n "disabled"
}}</a-radio-button>
<a-radio-button value="depleted">{{ i18n "depleted"