mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 14:45:25 +00:00
update
This commit is contained in:
parent
a7b4533810
commit
04cc55a879
@ -122,7 +122,6 @@ limitations under the License. -->
|
|||||||
init();
|
init();
|
||||||
|
|
||||||
async function init() {
|
async function init() {
|
||||||
console.log(props.data);
|
|
||||||
for (const d of Object.keys(filters)) {
|
for (const d of Object.keys(filters)) {
|
||||||
if (
|
if (
|
||||||
(d === "queryOrder" && filters[d] && filters[d] === QueryOrders[1].value) ||
|
(d === "queryOrder" && filters[d] && filters[d] === QueryOrders[1].value) ||
|
||||||
@ -221,7 +220,6 @@ limitations under the License. -->
|
|||||||
if (!isNaN(params.minTraceDuration)) {
|
if (!isNaN(params.minTraceDuration)) {
|
||||||
params.queryOrder = QueryOrders[1].value;
|
params.queryOrder = QueryOrders[1].value;
|
||||||
}
|
}
|
||||||
console.log(params);
|
|
||||||
return params;
|
return params;
|
||||||
}
|
}
|
||||||
async function queryTraces() {
|
async function queryTraces() {
|
||||||
|
Loading…
Reference in New Issue
Block a user