diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-05 00:33:48 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-05 00:33:48 +0300 |
| commit | 77d94b25d054bd6cf7ace029571db9c58ae87fa9 (patch) | |
| tree | 5de7bdc7175979be55056f05d3e13dbb0e015b06 | |
| parent | 32b7ada54915adc7b6f93e9fef5e468e2fe66f6a (diff) | |
Add 'active' filter option to inbounds
| -rw-r--r-- | web/html/inbounds.html | 2 |
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" |
