From aeeecbc8459395b994506cc31109166b334fdb04 Mon Sep 17 00:00:00 2001 From: kenji-ishii Date: Fri, 27 Nov 2015 19:02:55 +0900 Subject: [PATCH] Deleting unnecessary spaces in instances's log In instances's log - top line and its head, there are unnecessary spaces. I deleted its spaces. Change-Id: I87d7500b956e87104438330074656508a78f6e21 Closes-Bug: #1520385 --- .../project/instances/templates/instances/_detail_log.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html index 5a151efc4a..7ec7a6aa2d 100644 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html +++ b/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html @@ -12,6 +12,4 @@ -
-  {{ console_log }}
-
+
{{ console_log }}