mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
update values
This commit is contained in:
parent
d8f91bbdf3
commit
c62d926c31
@ -69,8 +69,8 @@ const activeNames = ref([0]);
|
|||||||
const conditionsList = ref<NetworkProfilingRequest[]>([
|
const conditionsList = ref<NetworkProfilingRequest[]>([
|
||||||
{
|
{
|
||||||
uriRegex: "",
|
uriRegex: "",
|
||||||
when4xx: InitTaskField.Whenxx[0].value,
|
when4xx: InitTaskField.Whenxx[1].value,
|
||||||
when5xx: InitTaskField.Whenxx[1].value,
|
when5xx: InitTaskField.Whenxx[0].value,
|
||||||
minDuration: NaN,
|
minDuration: NaN,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user