Skip to content

Commit

Permalink
Remove unused metrics form UI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosnikolaidis committed Feb 22, 2022
1 parent 8df32da commit 07db022
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ <h1 class="page-header" id="process-td">TD of workflow</h1>
<td><b>Number of Tasks</b></td>
<td><span id="numberOfTasks"></span></td>
</tr>
<tr>
<td><b>Number of Rest Tasks in a row</b></td>
<td><span id="number-of-tasks-in-row"></span></td>
</tr>
<tr>
<td><b>No User Tasks</b></td>
<td><span id="noUserTask"></span></td>
Expand All @@ -42,10 +38,6 @@ <h1 class="page-header" id="process-td">TD of workflow</h1>
<td><b>Lack of description</b></td>
<td><span id="lackDescription"></span></td>
</tr>
<tr>
<td><b>Number of Custom Tasks</b></td>
<td><span id="numberOfCustomTasks"></span></td>
</tr>
</tbody>
</table>
</p>
Expand Down

0 comments on commit 07db022

Please sign in to comment.