Skip to content

Commit fa4807c

Browse files
committed
web: move "Save" button to the actions
1 parent f0aef60 commit fa4807c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

static/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ <h3>🛸 aa-proxy-rs</h3>
2323
</tr>
2424
<tr>
2525
<td colspan="2">
26-
<button type="button" id="downloadBtn">📥 Download log</button>
26+
<button type="button" onclick="saveConfig()">💾 Save</button>
2727
<button type="button" onclick="window.location.href='/restart'">
2828
🧬 Apply / restart
2929
</button>
30+
<button type="button" id="downloadBtn">📥 Download log</button>
3031
</td>
3132
</tr>
3233
<tr>
@@ -301,10 +302,6 @@ <h3>🛸 aa-proxy-rs</h3>
301302
</td>
302303
</tr>
303304
</table>
304-
305-
<div style="text-align: center; margin-top: 1em">
306-
<button type="button" onclick="saveConfig()">Save</button>
307-
</div>
308305
</form>
309306

310307
<script>

0 commit comments

Comments
 (0)