From 9c3d01a77cdbd64843afc81491f39bdfe1293672 Mon Sep 17 00:00:00 2001 From: Ying Zuo Date: Sun, 3 Sep 2017 21:22:01 -0700 Subject: [PATCH] Fix warning message not showing on launch instance modal The warning message should be shown when hovering over the warning icon on launch instance modal. Updated the name and attribute of the popover directive. Change-Id: Ida5b7aad33c6024d8bdd1ea6d1cb2b35b9fd6ba6 Closes-bug: #1713591 --- .../launch-instance/flavor/flavor.html | 24 +++++++++---------- .../launch-instance/source/source.html | 8 +++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html index b18b545991..35e2b9ce51 100644 --- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html +++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html @@ -54,26 +54,26 @@ limitations under the License. + popover-trigger="'mouseenter'"/> {$ ::item.vcpus $} + popover-trigger="'mouseenter'"/> {$ ::item.ram | mb $} {$ ::item.totalDisk | gb $} + popover-trigger="'mouseenter'"/> {$ ::item.rootDisk | gb $} {$ ::item.ephemeralDisk | gb $} @@ -175,26 +175,26 @@ limitations under the License. + popover-trigger="'mouseenter'"/> {$ ::item.vcpus $} + popover-trigger="'mouseenter'"/> {$ ::item.ram | mb $} {$ ::item.totalDisk | gb $} + popover-trigger="'mouseenter'"/> {$ ::item.rootDisk | gb $} {$ ::item.ephemeralDisk | gb $} diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html index 70c248d253..5551b70d0f 100644 --- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html +++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html @@ -162,8 +162,8 @@ {$ ctrl.tableBodyCells[4].filter ? ctrl.tableBodyCells[4].filter(row[ctrl.tableBodyCells[4].key], ctrl.tableBodyCells[4].filterArg) : row[ctrl.tableBodyCells[4].key] $} @@ -262,8 +262,8 @@ {$ ctrl.tableBodyCells[4].filter ? ctrl.tableBodyCells[4].filter(row[ctrl.tableBodyCells[4].key], ctrl.tableBodyCells[4].filterArg) : row[ctrl.tableBodyCells[4].key] $}