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>
+4 -2
View File
@@ -24,7 +24,9 @@
<%= program %>
</label>
<div style="display: flex;align-items: center;">
<label id="add" style="cursor: pointer; margin-right: 10px;"><span>&#43; </span>Add</label>
<label id="map_name" style="margin-right: 10px;"><%= map_name_msg %></label>
<label id="disable" style="cursor: pointer; margin-left: 10px; margin-right: 10px; display: <%= disable_display %>;"><span>&#9209; </span>Disable</label>
<label id="add" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>&#43; </span>Add</label>
<label id="upload" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>&#129093;
</span>Upload</label>
<label id="logout" style="cursor: pointer; margin-left: 10px;"><span>&#129092; </span>Logout</label>
@@ -32,7 +34,7 @@
</div>
<div class="main_div">
<center><label>Main</label></center>
<table id="sql_table">
<table id="map_table">
<tr>
<th>Filename</th>
<th>Name</th>