Added enable/disable
This commit is contained in:
+3
-1
@@ -27,7 +27,9 @@
|
||||
<%= program %>
|
||||
</label>
|
||||
<div style="display: flex;align-items: center;">
|
||||
<label id="download" style="cursor: pointer; margin-right: 10px;"><span>🡇
|
||||
<label id="enable" style="cursor: pointer; margin-right: 10px;"><span>⏺
|
||||
</span>Enable</label>
|
||||
<label id="download" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>🡇
|
||||
</span>Download</label>
|
||||
<label id="remove" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>-
|
||||
</span>Remove</label>
|
||||
|
||||
+4
-2
@@ -24,7 +24,9 @@
|
||||
<%= program %>
|
||||
</label>
|
||||
<div style="display: flex;align-items: center;">
|
||||
<label id="add" style="cursor: pointer; margin-right: 10px;"><span>+ </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>⏹ </span>Disable</label>
|
||||
<label id="add" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>+ </span>Add</label>
|
||||
<label id="upload" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>🡅
|
||||
</span>Upload</label>
|
||||
<label id="logout" style="cursor: pointer; margin-left: 10px;"><span>🡄 </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>
|
||||
|
||||
Reference in New Issue
Block a user