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