From de30e3c7d3c6ac1287bfd88af7abc58d13c1c1d9 Mon Sep 17 00:00:00 2001 From: Kenji Ishii Date: Mon, 15 Feb 2016 19:10:04 +0900 Subject: [PATCH] Add a close icon in the upper right in Update Metadata modal Other modal dialog have this icon but Update Metadata dialog don't have it. This patch will fix it. Change-Id: I6f7bc243d3ef5e48fc68fbd0000fa1dcc39b51df Closes-Bug: #1545655 --- openstack_dashboard/static/app/core/metadata/modal/modal.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openstack_dashboard/static/app/core/metadata/modal/modal.html b/openstack_dashboard/static/app/core/metadata/modal/modal.html index 8300de6c42..b091e17992 100644 --- a/openstack_dashboard/static/app/core/metadata/modal/modal.html +++ b/openstack_dashboard/static/app/core/metadata/modal/modal.html @@ -1,4 +1,7 @@