Skip to content

Commit

Permalink
🐛fix: add destroy for plan UI
Browse files Browse the repository at this point in the history
  • Loading branch information
D10S0VSkY-OSS committed Nov 11, 2023
1 parent 32a083d commit 1c1d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sld-dashboard/app/home/templates/deploys-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h2 class="h4">All Deploys</h2>
</span>
<span class="sr-only">Toggle Dropdown</span>
</button>
{% if deploy.action == "Plan"%}
{% if deploy.action == "Plan_disable"%}
<div class="dropdown-menu">
<a class="dropdown-item" href="{{ url_for('.edit_deploy',deploy_id=deploy.id)}}">
<span class="fas fa-edit mr-2"></span>Edit</a>
Expand Down

0 comments on commit 1c1d9f7

Please sign in to comment.