diff --git a/src/views/dashboard/related/log/Header.vue b/src/views/dashboard/related/log/Header.vue index 0c9baca7..aa63d1fe 100644 --- a/src/views/dashboard/related/log/Header.vue +++ b/src/views/dashboard/related/log/Header.vue @@ -66,26 +66,45 @@ limitations under the License. --> {{ t("conditionNotice") }} -->
-
- + - {{ t("traceID") }} + + Trace ID -
- {{ t("traceID") }}: - -
-
- Tags + + Keywords + + + Exclude keywords + +
+
+ +
+ {{ t("traceID") }}: + +
+
+ /> -
-
+
+
{{ t("keywordsOfContent") }}: @change="addLabels('keywordsOfContent')" />
-
+
{{ t("excludingKeywordsOfContent") }}:
- - {{ t("search") }} - + + +
+ + + + + + +
@@ -330,6 +372,9 @@ function removeExcludeContent(index: number) { function setSearchTerm(term: string) { currentSearchTerm.value = term; } +function cancelSearchTerm() { + currentSearchTerm.value = ''; +} watch( () => selectorStore.currentService, () => {