diff --git a/static/js/components/archivetable.vue b/static/js/components/archivetable.vue index ca12125c..24542bc5 100644 --- a/static/js/components/archivetable.vue +++ b/static/js/components/archivetable.vue @@ -60,7 +60,7 @@ refreshTable: function() { if (this.requestid) { $('#archive-table').bootstrapTable('refresh', - {url: archiveRoot + 'frames/?limit=1000&REQNUM=' + this.requestid} + {url: archiveRoot + 'frames/?limit=1000&exclude_OBSTYPE=GUIDE&REQNUM=' + this.requestid} ); } }