mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
unset active button
This commit is contained in:
parent
86b04a0368
commit
e2a41af0fc
@ -349,7 +349,7 @@ function removeFromActiveTerms() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
function searchLogs() {
|
function searchLogs() {
|
||||||
addToActiveTerms();
|
// addToActiveTerms();
|
||||||
currentSearchTerm.value = "";
|
currentSearchTerm.value = "";
|
||||||
let endpoint = "",
|
let endpoint = "",
|
||||||
instance = "";
|
instance = "";
|
||||||
@ -434,6 +434,7 @@ function removeExcludeContent(index: number) {
|
|||||||
excludingContentStr.value = "";
|
excludingContentStr.value = "";
|
||||||
}
|
}
|
||||||
function setSearchTerm(term: string) {
|
function setSearchTerm(term: string) {
|
||||||
|
if (!term) return;
|
||||||
currentSearchTerm.value = term;
|
currentSearchTerm.value = term;
|
||||||
}
|
}
|
||||||
function cancelSearchTerm() {
|
function cancelSearchTerm() {
|
||||||
|
Loading…
Reference in New Issue
Block a user