Added enable/disable

This commit is contained in:
2025-06-05 10:36:03 +02:00
parent 05a8baed4f
commit 37ab462e27
5 changed files with 76 additions and 9 deletions
+3 -1
View File
@@ -27,7 +27,9 @@
<%= program %>
</label>
<div style="display: flex;align-items: center;">
<label id="download" style="cursor: pointer; margin-right: 10px;"><span>&#129095;
<label id="enable" style="cursor: pointer; margin-right: 10px;"><span>&#9210;
</span>Enable</label>
<label id="download" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>&#129095;
</span>Download</label>
<label id="remove" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>&#45;
</span>Remove</label>