fix toggle enable client

This commit is contained in:
Alireza Ahmadi
2024-05-26 11:31:25 +02:00
parent dbf01c2086
commit aca870e78f
+4 -1
View File
@@ -36,7 +36,10 @@
<v-col>{{ item.name }}</v-col> <v-col>{{ item.name }}</v-col>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-col cols="auto"> <v-col cols="auto">
<v-switch color="primary" v-model="clients[index].enable" hideDetails density="compact" /> <v-switch color="primary"
v-model="clients[index].enable"
@update:model-value="buildInboundsUsers(item.inbounds.split(','))"
hideDetails density="compact" />
</v-col> </v-col>
</v-row> </v-row>
</v-card-title> </v-card-title>