Browse Source

Add 'active' filter option to inbounds

MHSanaei 1 ngày trước cách đây
mục cha
commit
77d94b25d0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      web/html/inbounds.html

+ 2 - 0
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"