diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 9bed54dc..fe53c7cf 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -269,6 +269,7 @@ const msg = { contentType: "Content Type", content: "Content", viewLogs: "View Logs", + back: "Back", logsTagsTip: `Only tags defined in the core/default/searchableLogsTags are searchable. Check more details on the Configuration Vocabulary page`, keywordsOfContentLogTips: diff --git a/src/views/dashboard/controls/Trace.vue b/src/views/dashboard/controls/Trace.vue index 64737881..d5956ec6 100644 --- a/src/views/dashboard/controls/Trace.vue +++ b/src/views/dashboard/controls/Trace.vue @@ -34,8 +34,11 @@ limitations under the License. --> -->
- - + +
@@ -61,8 +64,8 @@ const traceListActive = ref(true); function removeWidget() { dashboardStore.removeControls(props.data); } -function showTraceDetails(){ - traceListActive.value = false +function showTraceDetails() { + traceListActive.value = false; }