Skip to content

Commit

Permalink
fix the delete button on the workflow page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Mar 30, 2024
1 parent 2786810 commit 23a055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/gw.workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ GW.workflow = {
<button type=\"button\" class=\"btn btn-outline-primary\" onclick=\"GW.menu.del('` +
workFlowID +
`,'workflow')" >
`','workflow')" >
<i class="fa fa-minus subalignicon" style="color:red;" data-toggle="tooltip" title="Delete this workflow"></i> Delete </button>
Expand Down

0 comments on commit 23a055c

Please sign in to comment.