diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index e7a364cfe8..045795118e 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -6,11 +6,11 @@ + v-for="item in resourcePools" + :key="item.id" + :label="item.name" + :disabled="!item.performance" + :value="item.id"> @@ -82,10 +82,10 @@ + v-for="item in onSampleErrors" + :key="item.value" + :label="item.label" + :value="item.value"> @@ -223,7 +223,6 @@