We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40db699 commit 3ccf9ecCopy full SHA for 3ccf9ec
frontend/History.vue
@@ -80,6 +80,9 @@ export default {
80
case "structuresearch":
81
obj[v.id] = 'structure'
82
break;
83
+ case "interfacesearch":
84
+ obj[v.id] = 'interface'
85
+ break;
86
case "complexsearch":
87
obj[v.id] = 'complex'
88
frontend/HistoryAvatar.vue
@@ -32,6 +32,7 @@ export default {
32
case 'complex': return this.$MDI.Multimer
33
case 'msa': return this.$MDI.Wall
34
case 'motif': return this.$MDI.Motif
35
+ case 'interface': return this.$MDI.Interface
36
default: return this.$MDI.HelpCircleOutline
37
}
38
0 commit comments