Field |
- Value |
+ Value |
|
@@ -58,7 +58,7 @@
{{ key.join(".") }}
|
-
+ |
|
diff --git a/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap b/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
index c731abf08b21..01d506cb6b3b 100644
--- a/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
+++ b/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
@@ -8,7 +8,7 @@ exports[` > render html correctly > should render dates
-
+
foo bar
@@ -28,7 +28,7 @@ exports[` > render html correctly > should render dates
-
+
foo bar
@@ -48,7 +48,7 @@ exports[` > render html correctly > should render messag
-
+
This is a message.
diff --git a/assets/components/MultiContainerViewer/MultiContainerLog.vue b/assets/components/MultiContainerViewer/MultiContainerLog.vue
index 44f394533198..2b61cce97fd0 100644
--- a/assets/components/MultiContainerViewer/MultiContainerLog.vue
+++ b/assets/components/MultiContainerViewer/MultiContainerLog.vue
@@ -9,7 +9,7 @@
-
+
diff --git a/assets/components/ServiceViewer/ServiceLog.vue b/assets/components/ServiceViewer/ServiceLog.vue
index accaf67cb550..59a4ea2324db 100644
--- a/assets/components/ServiceViewer/ServiceLog.vue
+++ b/assets/components/ServiceViewer/ServiceLog.vue
@@ -7,12 +7,12 @@
-
+
{{ $t("label.container", service.containers.length) }}
-
+
diff --git a/assets/components/StackViewer/StackLog.vue b/assets/components/StackViewer/StackLog.vue
index 183b93e6a4dc..8436d28e97a9 100644
--- a/assets/components/StackViewer/StackLog.vue
+++ b/assets/components/StackViewer/StackLog.vue
@@ -7,15 +7,15 @@
-
+
{{ $t("label.container", stack.containers.length) }}
-
+
{{ $t("label.serivce", stack.services.length) }}
-
+
diff --git a/assets/components/common/DateTime.vue b/assets/components/common/DateTime.vue
index 09806efb7991..8f41cdbf76b7 100644
--- a/assets/components/common/DateTime.vue
+++ b/assets/components/common/DateTime.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/assets/main.css b/assets/main.css
index 681e014fda3a..b5d8bce9a74f 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -104,12 +104,6 @@
}
}
-@utility mobile-hidden {
- @media (max-width: 768px) {
- display: none;
- }
-}
-
@utility menu-active {
&,
&:active {
|