+
+ :allow-drop="allowDrop" @node-drag-end="allowDrag" @node-click="nodeClick" v-if="!loading" draggable>
@@ -344,7 +344,7 @@
options: API_STATUS,
levels: PRIORITY,
scenario: {},
- isReloadData: false,
+ loading: false,
apiListVisible: false,
customizeVisible: false,
scenarioVisible: false,
@@ -565,9 +565,9 @@
this.reload();
},
reload() {
- this.isReloadData = true
+ this.loading = true
this.$nextTick(() => {
- this.isReloadData = false
+ this.loading = false
})
},
runDebug() {
@@ -744,7 +744,7 @@
},
runRefresh() {
this.debugVisible = true;
- this.isReloadData = false;
+ this.loading = false;
},
showScenarioParameters() {
this.$refs.scenarioParameters.open(this.currentScenario.variables);
diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack
index 29a8fc0960..e1e8b4dffb 160000
--- a/frontend/src/business/components/xpack
+++ b/frontend/src/business/components/xpack
@@ -1 +1 @@
-Subproject commit 29a8fc09602fde5708af06582ac972d98eb69836
+Subproject commit e1e8b4dffb4f71f1402ddae6bb149dd0be195342