Error description field is not being shown

On Debian, the error_description field is not being shown on the
Subcloud Overview. This change fixes this bug.

Closes-bug: 1997114

Test Plan:
PASS: add this change and restart Horizon service. Verify
      error_description field is shown on Debian.

Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
Change-Id: I1a9eac5fb5654bff4e840fb039b7a88b328176d4
This commit is contained in:
Enzo Candotti 2022-11-18 17:16:45 -03:00
parent 1aa1aaf997
commit 82ca25c0f6
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>