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
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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"