Manager: show # of tasks completed/failed in project properties

This commit is contained in:
David Anderson 2014-06-09 10:32:35 -07:00
parent 1a9b1aa18f
commit 56320d3b74
1 changed files with 3 additions and 0 deletions

View File

@ -256,6 +256,9 @@ void CDlgItemProperties::renderInfos(PROJECT* project_in) {
if (project->ended) {
addProperty(_("Ended"), _("yes"));
}
addProperty(_("Tasks completed"), wxString::Format(wxT("%d"), project->njobs_success));
addProperty(_("Tasks failed"), wxString::Format(wxT("%d"), project->njobs_error));
addSection(_("Credit"));
addProperty(_("User"),
wxString::Format(