mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 11:24:06 +00:00
fix trace profiling widget, select the first span by default (#179)
This commit is contained in:
parent
4b88d8bbb3
commit
ae0b8c056d
@ -119,8 +119,8 @@ function updateTimeRange() {
|
|||||||
if (!children || !children.length) {
|
if (!children || !children.length) {
|
||||||
timeRange.value = [
|
timeRange.value = [
|
||||||
{
|
{
|
||||||
start: this.currentSpan.startTime,
|
start: startTime,
|
||||||
end: this.currentSpan.endTime,
|
end: endTime,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user