Skip to content

Commit

Permalink
Added rsyncDownload render logic to Metrics block on dataverse pg. [ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mheppler committed Aug 23, 2017
1 parent 3a64f89 commit 5606f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataverse.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
</p:dialog>
<!-- END: Email/Link/Share Button Group -->
<!-- Metrics for Root Dataverse -->
<div id="metrics-block" class="col-xs-3" jsf:rendered="#{DataversePage.isRootDataverse()}">
<div id="metrics-block" class="col-xs-3" jsf:rendered="#{DataversePage.isRootDataverse() and !settingsWrapper.rsyncDownload}">
<div id="metrics-label" class="col-xs-4 small text-center">
<h:outputLink value="#{systemConfig.metricsUrl}" target="_blank" title="#{bundle['metrics.title.tip']}" rendered="#{systemConfig.metricsUrl != null}">
<span class="glyphicon glyphicon-stats"/> #{bundle['metrics.title']}
Expand Down

0 comments on commit 5606f4d

Please sign in to comment.