add no labels

This commit is contained in:
Qiuxia Fan 2022-05-21 12:57:37 +08:00
parent 38b21da169
commit 3b886d9897

View File

@ -34,7 +34,7 @@ limitations under the License. -->
}" }"
> >
<div class="ell"> <div class="ell">
<span>{{ i.processLabels.join(" ") }}</span> <span>{{ i.processLabels.join(" ") || "No Labels" }}</span>
<a class="profile-btn r" @click="viewDetail = true"> <a class="profile-btn r" @click="viewDetail = true">
<Icon iconName="view" size="middle" /> <Icon iconName="view" size="middle" />
</a> </a>