Skip to content

Commit

Permalink
Merge pull request #413 from will-moore/hierarchy_button_hide_if_invalid
Browse files Browse the repository at this point in the history
Only show hierarchy button when Image is selected
  • Loading branch information
jburel authored Dec 14, 2022
2 parents 36fc2e1 + 529871f commit 59ec465
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,11 @@
</button>
{% endif %}

{% if image %}
<button id="show_image_hierarchy" class="btn silver btn_hierarchy" title="Show parent Projects & Datasets">
<span></span>
</button>
{% endif %}
{% endif %}
{% endif %}

Expand Down

0 comments on commit 59ec465

Please sign in to comment.