Skip to content

Commit

Permalink
Moved ingest error popover on file pg to bottom of icon [ref #6684]
Browse files Browse the repository at this point in the history
  • Loading branch information
mheppler committed May 29, 2020
1 parent 22c9732 commit c114f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/file.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<ui:fragment rendered="#{FilePage.fileMetadata.dataFile.ingestProblem and FilePage.canUpdateDataset()}">
<!-- Ingest Problem - this is the infamous "red triangle" error. As of 4.2, we only want to show it to the owner of the dataset: -->
<span class="ingest-warning" data-toggle="popover" data-container="body" data-trigger="hover" data-placement="left" data-html="true" data-title="&lt;span class='text-danger h5'&gt;#{bundle['file.ingestFailed.header']}&lt;/span&gt;" data-content="&lt;span class='text-danger'&gt;#{bundle['file.ingestFailed.message']} #{FilePage.fileMetadata.dataFile.ingestReportMessage}&lt;/span&gt;">
<span class="ingest-warning" data-toggle="popover" data-container="body" data-trigger="hover" data-placement="bottom" data-html="true" data-title="&lt;span class='text-danger h5'&gt;#{bundle['file.ingestFailed.header']}&lt;/span&gt;" data-content="&lt;span class='text-danger'&gt;#{bundle['file.ingestFailed.message']} #{FilePage.fileMetadata.dataFile.ingestReportMessage}&lt;/span&gt;">
<span class="glyphicon glyphicon-warning-sign text-danger"/>
</span>
</ui:fragment>
Expand Down

0 comments on commit c114f51

Please sign in to comment.