We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0aef60 commit fa4807cCopy full SHA for fa4807c
static/index.html
@@ -23,10 +23,11 @@ <h3>🛸 aa-proxy-rs</h3>
23
</tr>
24
<tr>
25
<td colspan="2">
26
- <button type="button" id="downloadBtn">📥 Download log</button>
+ <button type="button" onclick="saveConfig()">💾 Save</button>
27
<button type="button" onclick="window.location.href='/restart'">
28
🧬 Apply / restart
29
</button>
30
+ <button type="button" id="downloadBtn">📥 Download log</button>
31
</td>
32
33
@@ -301,10 +302,6 @@ <h3>🛸 aa-proxy-rs</h3>
301
302
303
304
</table>
-
305
- <div style="text-align: center; margin-top: 1em">
306
- <button type="button" onclick="saveConfig()">Save</button>
307
- </div>
308
</form>
309
310
<script>
0 commit comments