diff --git a/src/views/Browser.vue b/src/views/Browser.vue index c7f1fa5..6825778 100644 --- a/src/views/Browser.vue +++ b/src/views/Browser.vue @@ -104,6 +104,18 @@ @annotation-unselected="unselectTerm"/> + + + + + mdi-alert-octagon-outline + + + + {{ item.curationNote }} + + + mdi-chevron-right @@ -261,6 +273,14 @@ export default { value: "lastUpdated" } ); + if (this.myself && this.myself.group === 'Administrators'){ + h.push({ + text: "Curation", + value: "curationNote", + align: "center", + sortable: false + }); + } if (this.debug && this.appliedQuery) { h.push({ text: "Score (dev only)",