diff --git a/deploy-board/deploy_board/templates/clusters/base_image_history.html b/deploy-board/deploy_board/templates/clusters/base_image_history.html index 5c85cbd928..4b7ec684d7 100644 --- a/deploy-board/deploy_board/templates/clusters/base_image_history.html +++ b/deploy-board/deploy_board/templates/clusters/base_image_history.html @@ -113,8 +113,6 @@

Base Images Auto Update History

-
- {% include "clusters/base_images_events.tmpl" %} -
+ {% include "clusters/base_images_events.tmpl" %} {% endblock main %} diff --git a/deploy-board/deploy_board/templates/clusters/base_images_events.tmpl b/deploy-board/deploy_board/templates/clusters/base_images_events.tmpl index 39166df168..b559867bde 100644 --- a/deploy-board/deploy_board/templates/clusters/base_images_events.tmpl +++ b/deploy-board/deploy_board/templates/clusters/base_images_events.tmpl @@ -2,17 +2,20 @@ {% load static %}
- - - - - - - - - - - + + + + + + + + + + + + + + {% for base_images_event in base_images_events %} {% endfor %} +
Cluster NameFrom ImageTo ImageStatusCreate TimeStart TimeFinish TimeError Message
Cluster NameFrom ImageTo ImageStatusCreate TimeStart TimeFinish TimeError Message
@@ -41,6 +44,7 @@ {{ base_images_event.error_message }}
- +