Add translation xray functions

This commit is contained in:
Alireza Ahmadi
2023-03-17 11:09:04 +01:00
parent 0c469848dc
commit dddebf02ef
4 changed files with 8 additions and 2 deletions

View File

@@ -328,7 +328,7 @@
},
});
},
//here add stop xray function
//here add stop xray function
async stopXrayService() {
this.loading(true);
const msg = await HttpUtil.post('server/stopXrayService');
@@ -337,7 +337,7 @@
return;
}
},
//here add restart xray function
//here add restart xray function
async restartXrayService() {
this.loading(true);
const msg = await HttpUtil.post('server/restartXrayService');