mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
Merge branch 'main' of github.com:apache/skywalking-booster-ui into feat/legend
This commit is contained in:
commit
5389d346c5
BIN
src/assets/img/technologies/EVENTMESH.png
Normal file
BIN
src/assets/img/technologies/EVENTMESH.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
@ -173,6 +173,7 @@ function selectTag(item: string) {
|
||||
function searchTags() {
|
||||
if (!tags.value) {
|
||||
tagList.value = tagArr.value;
|
||||
fetchTagKeys();
|
||||
return;
|
||||
}
|
||||
let search = "";
|
||||
|
@ -119,8 +119,8 @@ function updateTimeRange() {
|
||||
if (!children || !children.length) {
|
||||
timeRange.value = [
|
||||
{
|
||||
start: this.currentSpan.startTime,
|
||||
end: this.currentSpan.endTime,
|
||||
start: startTime,
|
||||
end: endTime,
|
||||
},
|
||||
];
|
||||
return;
|
||||
|
@ -141,6 +141,7 @@ if (props.needQuery) {
|
||||
}
|
||||
|
||||
async function init() {
|
||||
duration.value = filters.duration || appStore.durationTime;
|
||||
if (dashboardStore.entity === EntityType[1].value) {
|
||||
await getServices();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user