Skip to content

Commit

Permalink
Remove dfg-viewer link for cold archives
Browse files Browse the repository at this point in the history
Cold archive files are not directly available
  • Loading branch information
joschrew committed Jun 18, 2024
1 parent da38dcf commit 3b46563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search-detail/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
@click="moveArchive" >
Move archive from tape to disk
</button>
<a target="_blank" class="text-sky-500 hover:text-sky-700" :href=linkToDfgviewer>
<a target="_blank" class="text-sky-500 hover:text-sky-700" :href=linkToDfgviewer v-if="isOpen">
Open in DFG viewer
</a>
</div>
Expand Down

0 comments on commit 3b46563

Please sign in to comment.