Skip to content

Commit d192eff

Browse files
committed
fix(web): resources page stop button not working
1 parent f3e30f6 commit d192eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/main/resources.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</a>
109109
<a class="btn-res-action btn btn-sm btn-outline-danger d-block d-md-inline-block m-0 <%= disableActions %>"
110110
href="#"
111-
data-resAction="ensure_res"
111+
data-resAction="stop_res"
112112
data-resName="<%= encodeURIComponent(resource.name) %>"
113113
<%= disableActions %>
114114
>

0 commit comments

Comments
 (0)