mirror of
https://github.com/alireza0/s-ui.git
synced 2026-09-01 01:19:09 +00:00
exclude removed inboundTags #85
This commit is contained in:
parent
f545bcb30c
commit
39ad029e20
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
clientInbounds: {
|
||||
get() { return this.client.inbounds == "" ? [] : this.client.inbounds.split(',') },
|
||||
get() { return this.client.inbounds == "" ? [] : this.client.inbounds.split(',').filter(i => this.inboundTags.includes(i)) },
|
||||
set(newValue:string[]) { this.client.inbounds = newValue.length == 0 ? "" : newValue.join(',') }
|
||||
},
|
||||
expDate: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue