mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Merge pull request #21909 from ahmedhamidawan/render_history_collections_as_image
Render collections as images via the element picker in reports
This commit is contained in:
@@ -161,6 +161,13 @@ watch(
|
||||
v-else-if="name == 'history_dataset_as_image' && args.history_dataset_id"
|
||||
:dataset-id="args.history_dataset_id"
|
||||
:path="args.path" />
|
||||
<DatasetCollectionElementPicker
|
||||
v-else-if="name == 'history_dataset_as_image' && args.history_dataset_collection_id"
|
||||
:hdca-id="args.history_dataset_collection_id">
|
||||
<template v-slot:element="{ element }">
|
||||
<HistoryDatasetAsImage v-if="element" :key="element" :dataset-id="element" :path="args.path" />
|
||||
</template>
|
||||
</DatasetCollectionElementPicker>
|
||||
<HistoryDatasetAsTable
|
||||
v-else-if="name == 'history_dataset_as_table' && args.history_dataset_id"
|
||||
:compact="compact"
|
||||
|
||||
Reference in New Issue
Block a user