Skip to content

Commit

Permalink
Tabbed view, add placeholder for workflow preview
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 10, 2024
1 parent 014ae84 commit a0d5147
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions website/pages/workflow/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ function launchUrl(workflow: Workflow) {
return `https://usegalaxy.org/workflows/trs_import?trs_server=dockstore.org&trs_id=${encodeURIComponent(workflow.trsID)}&trs_version=v${workflow.definition.release}&run_form=true`;
}
// const items = [{
// label: 'Readme',
// icon: 'i-heroicons-information-circle',
// content: (workflow.value.readme)
// }, {
// label: 'Changelog',
// icon: 'i-heroicons-arrow-down-tray',
// content: parseMarkdown(workflow.value.changelog)
// }, {
// label: 'Preview',
// icon: 'i-heroicons-eye-dropper',
// content: 'Finally, this is the content for Tab3'
// }]
const tabs = computed(() => [
{
label: "README",
Expand Down

0 comments on commit a0d5147

Please sign in to comment.