Skip to content

Commit

Permalink
saas info show settings style (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Aug 9, 2019
1 parent 64e5c18 commit ba60ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paas-ce/paas/paas/templates/saas/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4>&nbsp;</h4>
<div class="row">
<div class="col-sm-10 col-xs-10">
<font class="t_grey">配置信息:</font><br>
<pre style="max-height:200px;white-space: normal; border:none; border-radius:inherit; background-color: rgba(244, 244, 244, 0.65);">${app_info.get('settings', '--') or '--'}</pre>
<pre style="max-height:200px;white-space: pre-wrap; border:none; border-radius:inherit; background-color: rgba(244, 244, 244, 0.65);">${app_info.get('settings', '--') or '--'}</pre>
</div>
</div>

Expand Down

0 comments on commit ba60ff5

Please sign in to comment.