Skip to content

Commit 3ccf9ec

Browse files
committed
Added interface search job avatar
1 parent 40db699 commit 3ccf9ec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/History.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ export default {
8080
case "structuresearch":
8181
obj[v.id] = 'structure'
8282
break;
83+
case "interfacesearch":
84+
obj[v.id] = 'interface'
85+
break;
8386
case "complexsearch":
8487
obj[v.id] = 'complex'
8588
break;

frontend/HistoryAvatar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default {
3232
case 'complex': return this.$MDI.Multimer
3333
case 'msa': return this.$MDI.Wall
3434
case 'motif': return this.$MDI.Motif
35+
case 'interface': return this.$MDI.Interface
3536
default: return this.$MDI.HelpCircleOutline
3637
}
3738
}

0 commit comments

Comments
 (0)