| 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 c731abf0..01d506cb 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 44f39453..2b61cce9 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 accaf67c..59a4ea23 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 183b93e6..8436d28e 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 09806efb..8f41cdbf 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 681e014f..b5d8bce9 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 {
|