Inits the workflow configuration
This commit is contained in:
parent
f66dac31c9
commit
e6e098b32e
286 changed files with 33660 additions and 64632 deletions
|
|
@ -33,10 +33,10 @@
|
|||
@Html.DisplayNameFor(model => model.Previsional)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Rejected)
|
||||
@Html.DisplayNameFor(model => model.Decided)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.RejectedAt)
|
||||
@Html.DisplayNameFor(model => model.DateModified)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Status)
|
||||
|
|
@ -80,10 +80,10 @@
|
|||
@Html.DisplayFor(modelItem => item.Previsional)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Rejected)
|
||||
@Html.DisplayFor(modelItem => item.Decided)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.RejectedAt)
|
||||
@Html.DisplayFor(modelItem => item.DateModified)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue