diff --git a/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js b/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js index 4796bbcaea..6ab55bb9fb 100644 --- a/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js +++ b/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js @@ -109,7 +109,8 @@ define(function(require) { "min-width":"8rem", "font-family": '"Lato","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif', "font-weight": "100", - "color":"#000" + "color":"#000", + "font-weight": "bold" }; $(".describeCharter").off("mouseenter").on("mouseenter",function(e){ $(this).find(".charterInfo").remove(); @@ -121,7 +122,7 @@ define(function(require) { if(typeof date === "number"){ $(this).append( $("
",{"class":classInfo}).css(styleTips).append( - $("").css({"display":"inline"}).text(action).add( + $("
").css({"display":"inline"}).text(action).add( $("
").css({"display":"inline"}).text( " "+Locale.tr("will run in")+" "+ScheduleActions.parseTime(date) )