From e7cb2da51e0047940f5b93e1e172d2def4de69cd Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 18 May 2017 13:27:53 +0800 Subject: [PATCH] Change to use .html for flavor disks and nics Change-Id: I626ceb5d5292961292538f5592009cf1beaa7418 --- .../servers/templates/servers/_flavors_and_quotas.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mogan_ui/content/project/servers/templates/servers/_flavors_and_quotas.html b/mogan_ui/content/project/servers/templates/servers/_flavors_and_quotas.html index fe3ebc4..fb786e7 100644 --- a/mogan_ui/content/project/servers/templates/servers/_flavors_and_quotas.html +++ b/mogan_ui/content/project/servers/templates/servers/_flavors_and_quotas.html @@ -24,8 +24,8 @@ $("#bm_flavor_name").text(selected_flavor["name"]); $("#bm_flavor_cpus").text(selected_flavor["cpus"]); $("#bm_flavor_ram").text(selected_flavor["ram"]); - $("#bm_flavor_nics").text(selected_flavor["nics"]); - $("#bm_flavor_disks").text(selected_flavor["disks"]); + $("#bm_flavor_nics").html(selected_flavor["nics"]); + $("#bm_flavor_disks").html(selected_flavor["disks"]); }) if (flavor_id) {