From 9c36c7f6ec26e4388dc5a14fdc560ff0d904f313 Mon Sep 17 00:00:00 2001 From: Abel Coronado Date: Tue, 28 Feb 2017 11:56:33 +0100 Subject: [PATCH] Changed the buttons style in 'Role Affinity' (#200) --- .../app/tabs/vmgroup-tab/utils/group-role-affinity.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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+"\ \
"; }