diff --git a/modules/worker/front/descriptor/index.html b/modules/worker/front/descriptor/index.html
index d3caa78a8..c60801bb9 100644
--- a/modules/worker/front/descriptor/index.html
+++ b/modules/worker/front/descriptor/index.html
@@ -52,6 +52,13 @@
value="{{$ctrl.worker.sip.extension}}">
+
+
+
+
setTimeout(r, 1000));
+ await new Promise(r => setTimeout(r, 500));
let data = await this.$http.get(`Workers/workerDisableExcluded/${this.entity.id}`);
this.excluded = data.data;
}
async setExcluded() {
await this.$http.get(`Workers/workerExcludeFromDisable/${this.entity.id}/${this.entity.excluded}`);
- this.canBeExcluded();
+ this.excluded = !this.entity.excluded;
}
loadData() {