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