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" }}