Skip to content

Commit

Permalink
portal: hide download buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 13, 2022
1 parent eb1116e commit fec408e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{% endif %}
</div>
{% if columns and columns.strip != 'null' %}
<div class="column">
<div class="column is-hidden">
<div class="dropdown is-pulled-right">
<div class="dropdown-trigger">
<button class="button is-primary" aria-haspopup="true" aria-controls="dropdown-menu2" disabled>
Expand Down Expand Up @@ -199,7 +199,7 @@
</p>
</div>
</div>
<div class="level-right">
<div class="level-right is-hidden">
<!-- TODO add "copy Query" to clipboard button -->
<div class="level-item">
<div>
Expand Down

0 comments on commit fec408e

Please sign in to comment.