Skip to content

Commit

Permalink
Allow enable/disable of a workflow task
Browse files Browse the repository at this point in the history
Fix #16512
  • Loading branch information
MikeAlhayek committed Aug 1, 2024
1 parent e8da6c8 commit 170b46b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
</div>
}
<div class="activity-commands">
@if (isEvent)
{
<a class="btn btn-sm btn-secondary activity-start-action" href="#" data-bs-toggle="button" title="@T["Startup event"]"><i class="fa-solid fa-power-off" aria-hidden="true"></i></a>
}

<a class="btn btn-sm btn-secondary activity-start-action" href="#" data-bs-toggle="button" title="@T["Startup event"]"><i class="fa-solid fa-power-off" aria-hidden="true"></i></a>

@if (hasEditor)
{
Expand Down

0 comments on commit 170b46b

Please sign in to comment.