diff --git a/src/sunstone/public/app/tabs/vmgroup-tab/utils/group-role-affinity.js b/src/sunstone/public/app/tabs/vmgroup-tab/utils/group-role-affinity.js index 4535c5e8c5..20dd364f8e 100644 --- a/src/sunstone/public/app/tabs/vmgroup-tab/utils/group-role-affinity.js +++ b/src/sunstone/public/app/tabs/vmgroup-tab/utils/group-role-affinity.js @@ -48,14 +48,14 @@ define(function(require) { var html = ""; if(that.valueSt){ if(that.affinity == "ANTI_AFFINED"){ - html = "\ - "+that.valueSt+" \ + html = "\ + "+that.valueSt+"\ \
"; } else{ - html = "\ - "+that.valueSt+" \ + html = "\ + "+that.valueSt+"\ \
"; }