diff --git a/src/views/dashboard/related/async-profiling/components/TaskList.vue b/src/views/dashboard/related/async-profiling/components/TaskList.vue
index 8e3837f3..0cf0cf8a 100644
--- a/src/views/dashboard/related/async-profiling/components/TaskList.vue
+++ b/src/views/dashboard/related/async-profiling/components/TaskList.vue
@@ -82,13 +82,13 @@ limitations under the License. -->
{{ t("logs") }}.
-
-
+
+
{{ t("instance") }}:
{{ i }}
@@ -101,8 +101,8 @@ limitations under the License. -->
-
{{ t("errorInstances") }}.
-
+
{{ t("errorInstances") }}
+
{{ t("instance") }}:
{{ instance.label }}
@@ -114,8 +114,8 @@ limitations under the License. -->
-
{{ t("successInstances") }}.
-
+
{{ t("successInstances") }}
+
{{ t("instance") }}:
{{ instance.label }}
@@ -264,10 +264,6 @@ limitations under the License. -->
background-color: var(--sw-table-header);
}
- .log-item {
- margin-top: 20px;
- }
-
.profile-btn {
color: $font-color;
padding: 1px 3px;