mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-17 14:29:46 +00:00
fix switchEnable in filter mode #827
This commit is contained in:
@@ -1032,6 +1032,7 @@
|
||||
},
|
||||
switchEnable(dbInboundId) {
|
||||
dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
|
||||
dbInbound.enable = !dbInbound.enable;
|
||||
this.submit(`/xui/inbound/update/${dbInboundId}`, dbInbound);
|
||||
},
|
||||
async switchEnableClient(dbInboundId, client) {
|
||||
|
||||
Reference in New Issue
Block a user