ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Added interval label to queue tooltip
This commit is contained in:
parent
be0dc524f4
commit
5ccfaa95bb
1 changed files with 2 additions and 2 deletions
|
|
@ -209,8 +209,8 @@ public class QueueComponent extends XulElement implements
|
|||
final GenericResourceAllocation generic = (GenericResourceAllocation) resourceAllocation;
|
||||
result.append(_("Criteria: {0} ", Criterion.getNames(generic.getCriterions())));
|
||||
}
|
||||
result.append("[" + element.getStartDate().toString() + ","
|
||||
+ element.getEndDate().toString() + "]");
|
||||
result.append(_("Allocation: [{0}%,{1}%]", element.getStartDate()
|
||||
.toString(), element.getEndDate()));
|
||||
|
||||
return result.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue