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() {
|
function searchTags() {
|
||||||
if (!tags.value) {
|
if (!tags.value) {
|
||||||
tagList.value = tagArr.value;
|
tagList.value = tagArr.value;
|
||||||
|
fetchTagKeys();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let search = "";
|
let search = "";
|
||||||
|
@ -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;
|
||||||
|
@ -141,6 +141,7 @@ if (props.needQuery) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function init() {
|
async function init() {
|
||||||
|
duration.value = filters.duration || appStore.durationTime;
|
||||||
if (dashboardStore.entity === EntityType[1].value) {
|
if (dashboardStore.entity === EntityType[1].value) {
|
||||||
await getServices();
|
await getServices();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user