YARN-10545. Improve the readability of diagnostics log in yarn-ui2 web page. #2540

Contributed by kyoty.
This commit is contained in:
kyoty 2021-05-14 23:57:54 +08:00 committed by GitHub
parent e7f0e8073b
commit 344cacce23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<div class="panel-heading">
Diagnostics
</div>
<div class="panel-body">{{model.app.diagnostics}}</div>
<div class="panel-body" style="white-space: pre-wrap;">{{model.app.diagnostics}}</div>
</div>
{{else}}
<div class="panel panel-default">