We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b06d1 commit 0e3db57Copy full SHA for 0e3db57
ui/src/views/dataset/index.vue
@@ -57,6 +57,15 @@
57
>
58
<img src="@/assets/icon_web.svg" style="width: 58%" alt="" />
59
</AppAvatar>
60
+ <AppAvatar
61
+ v-else-if="item.type === '2'"
62
+ class="mr-8 avatar-purple"
63
+ shape="square"
64
+ :size="32"
65
+ style="background: none"
66
+ >
67
+ <img src="@/assets/logo_lark.svg" style="width: 100%" alt="" />
68
+ </AppAvatar>
69
<AppAvatar v-else class="mr-8 avatar-blue" shape="square" :size="32">
70
<img src="@/assets/icon_document.svg" style="width: 58%" alt="" />
71
0 commit comments