Fix disabled start button

This commit is contained in:
Roberto Alsina 2024-07-02 19:11:35 -03:00
parent 6ca518ae32
commit 7e23ce995b

View File

@ -4,7 +4,7 @@
<td><%= f["status"] %></td>
<td>
<%- if f["state"] == "running" -%>
<button state="disabled">Start</button>
<button disabled>Start</button>
<button>Pause</button>
<button>Stop</button>
<button>Restart</button>