From 82ca25c0f6719d406da24718ccbfcc8ff0ae35dd Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Fri, 18 Nov 2022 17:16:45 -0300 Subject: [PATCH] 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 Change-Id: I1a9eac5fb5654bff4e840fb039b7a88b328176d4 --- .../dashboard/dc_admin/cloud_overview/table/subcloud_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/static/dashboard/dc_admin/cloud_overview/table/subcloud_table.html b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/static/dashboard/dc_admin/cloud_overview/table/subcloud_table.html index a25dfbdb..15ab5bca 100644 --- a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/static/dashboard/dc_admin/cloud_overview/table/subcloud_table.html +++ b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/static/dashboard/dc_admin/cloud_overview/table/subcloud_table.html @@ -232,7 +232,7 @@
{$ cloud.updated_at | noValue $}
-
+

Subcloud Errors

{$ cloud.error_description $}