Skip to content

Commit

Permalink
Commented out code in file table include to clean up UI [ref #6685 #5210
Browse files Browse the repository at this point in the history
]
  • Loading branch information
mheppler committed Dec 17, 2020
1 parent da6e364 commit 3b90d1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/file-info-fragment.xhtml
Expand Up @@ -55,8 +55,9 @@
<div class="checksum-block" style="word-break: break-all;" jsf:rendered="#{!fileMetadata.dataFile.tabularData}">
<span class="#{!editDatafilesPage ? 'checksum-truncate' : ''}"
jsf:rendered="#{!(empty fileMetadata.dataFile.checksumValue)}"
title="Click to copy: #{fileMetadata.dataFile.checksumValue}">#{fileMetadata.dataFile.checksumType}: #{fileMetadata.dataFile.checksumValue}</span>
<span class="glyphicon glyphicon-copy"></span>
title="#{fileMetadata.dataFile.checksumValue}">#{fileMetadata.dataFile.checksumType}: #{fileMetadata.dataFile.checksumValue}</span>
<!-- TO-DO Click to copy #7312 #6685 #5210 -->
<!-- <span class="glyphicon glyphicon-copy"></span> -->
</div>
<!-- UNF + Variables, Obsersvations -->
<div class="unf-block" style="word-break: break-all;" jsf:rendered="#{fileMetadata.dataFile.tabularData}">
Expand Down

0 comments on commit 3b90d1c

Please sign in to comment.