Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

Commit

Permalink
Merge commit '294b6151c4f2bd081ff60f994320279f4017175d' into CONNECT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Automation Server committed Mar 13, 2019
2 parents 65b634b + 294b615 commit 579e7c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@
<div class="col-sm-12">
<h:outputLabel for="displayDescription" class="control-label"
value="Description:&#160;" />
<p:scrollPanel mode="native" style="width:100%;height:100px;">
<p:scrollPanel mode="native" style="width:100%;height:100px;background-color:rgb(245, 245, 245)">
<h:outputText id="displayDescription"
value="#{exchangeManagerBean.orgDescription}" escape="false" style="background-color:rgb(245, 245, 245);"/>
value="#{exchangeManagerBean.orgDescription}" escape="false"/>
</p:scrollPanel>
</div>
</div>
Expand Down

0 comments on commit 579e7c2

Please sign in to comment.