Merge pull request #1033 from GaborApatiNagy/master_batch_new2

CA-214062: REQ-156 Batch Updates: In progress actions shown as done
This commit is contained in:
Mihaela Stoica 2016-06-22 12:00:42 +01:00 committed by GitHub
commit d438be46a2

View File

@ -283,7 +283,7 @@ namespace XenAdmin.Wizards.PatchingWizard
if (pa.Visible)
{
sb.Append(pa);
sb.AppendLine(Messages.DONE);
sb.AppendLine();
}
}