Skip to content

Commit

Permalink
add format HelpText to DatasetInformation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Jan 22, 2025
1 parent 49649d6 commit cf11603
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { type HDADetailed } from "@/api";
import { withPrefix } from "@/utils/redirect";
import { bytesToString } from "@/utils/utils";
import HelpText from "../Help/HelpText.vue";
import DatasetHashes from "@/components/DatasetInformation/DatasetHashes.vue";
import DatasetSources from "@/components/DatasetInformation/DatasetSources.vue";
import DecodedId from "@/components/DecodedId.vue";
Expand Down Expand Up @@ -60,7 +61,9 @@ defineProps<Props>();
</tr>

<tr>
<td>Format</td>
<td>
<HelpText uri="galaxy.datasets.formatVsDatatypeVsExtension" text="Format" />
</td>

<td id="format">
{{ dataset.file_ext }}
Expand Down

0 comments on commit cf11603

Please sign in to comment.