Skip to content

Commit

Permalink
JENA-869 Disable remove button until it works again
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Feb 26, 2015
1 parent 7965591 commit 9ed1e14
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<td><input type='checkbox' class='checkbox' checked /></td>
<td>
<div>
<!-- JENA-869 Disable download button until it works again
<a class="btn btn-sm action remove btn-primary" data-ds-id='<%= ds.name() %>'><i class='fa fa-times-circle'></i> remove</a>
-->
<a class="btn btn-sm action backup btn-primary" data-ds-id='<%= ds.name() %>'><i class='fa fa-download'></i> backup</a>
<a class="btn btn-sm action add-data btn-primary" href="dataset.html?tab=upload&ds=<%= ds.name() %>"><i class='fa fa-upload'></i> upload data</a>
</div>
Expand Down

0 comments on commit 9ed1e14

Please sign in to comment.