Merge "Error description field is not being shown"

This commit is contained in:
Zuul 2022-11-22 18:44:42 +00:00 committed by Gerrit Code Review
commit b015db3a67
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
<dd>{$ cloud.updated_at | noValue $}</dd>
</dl>
</div>
<div ng-show="cloud.description" class="row">
<div class="row">
<dl class="col-sm-12 dl-horizontal">
<h4>Subcloud Errors</h4>
<p style="white-space:pre-wrap;">{$ cloud.error_description $}</p>