From 3b886d98978bfcc1b4539bf0f1f93ea63bbf598a Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Sat, 21 May 2022 12:57:37 +0800 Subject: [PATCH] add no labels --- src/views/dashboard/related/ebpf/components/TaskList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/related/ebpf/components/TaskList.vue b/src/views/dashboard/related/ebpf/components/TaskList.vue index 65c93ce5..56f298d8 100644 --- a/src/views/dashboard/related/ebpf/components/TaskList.vue +++ b/src/views/dashboard/related/ebpf/components/TaskList.vue @@ -34,7 +34,7 @@ limitations under the License. --> }" >
- {{ i.processLabels.join(" ") }} + {{ i.processLabels.join(" ") || "No Labels" }}