-
+
{{ t("tags") }}:
×
-
+
-
{{ t("noticeTag") }}
+
{{ t("noticeTag") }}
diff --git a/src/views/components/LogTable/LogBrowser.vue b/src/views/components/LogTable/LogBrowser.vue
index 20fbb7d8..519d027b 100644
--- a/src/views/components/LogTable/LogBrowser.vue
+++ b/src/views/components/LogTable/LogBrowser.vue
@@ -29,9 +29,11 @@ limitations under the License. -->
>
{{ dateFormat(data.time) }}
{{ data.pagePath }}
-
{{
- data[item.label] || "-"
- }}
+
+
+ {{ data[item.label] || "-" }}
+
+