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 e076d57 commit faa3212Copy full SHA for faa3212
vue/src/components/SnapshotMeta.vue
@@ -46,7 +46,14 @@
46
:class="{isPrimary: item.primary}"
47
>
48
<v-list-item-icon class="my-0 mr-2">
49
- <legend-icon :shape="item.shape" :isPrimary="item.primary" :attr="item" />
+ <img
50
+ width="20" height="20"
51
+ v-if="item.svg"
52
+ :src="item.svg">
53
+ <legend-icon v-else
54
+ :shape="item.shape"
55
+ :isPrimary="item.primary"
56
+ :attr="item" />
57
</v-list-item-icon>
58
<v-list-item-content class="py-0">
59
<v-list-item-title>
vue/src/views/Workspace.vue
@@ -230,6 +230,7 @@ export default {
230
}
231
categories(showAll:true){
232
pk
233
+ color
234
name(languageCode: $lang)
235
hideInList
236
icon
0 commit comments