Fix disabled start button
This commit is contained in:
parent
6ca518ae32
commit
7e23ce995b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user