Skip to content

Commit aef8559

Browse files
author
Mark Robinson
committed
Remove type field on front end for steps
1 parent a888c09 commit aef8559

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/resources/templates/workflow.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,12 @@ <h2>Steps</h2>
171171
<table class="table table-striped">
172172
<thead>
173173
<th>ID</th>
174-
<th>Type</th>
175174
<th>Label</th>
176175
<th>Doc</th>
177176
</thead>
178177
<tbody>
179178
<tr th:each="step : ${workflow.steps}">
180179
<td th:text="${step.key}">ID</td>
181-
<td th:text="${step.value.type}">Type</td>
182180
<td th:text="${step.value.label}">Label</td>
183181
<td th:text="${step.value.doc}">Description</td>
184182
</tr>

0 commit comments

Comments
 (0)