--- a/tool/run/plugins/webserver/temp.html
+++ b/tool/run/plugins/webserver/temp.html
@@ -14,8 +14,8 @@
<input maxlength="5" name="port" style="width: 150px;" value="10101"><br>
<br>
<span style="font-weight: bold;">Status</span><br>
- <input name="status" value="online" type="radio" checked="checked">Online<br>
- <input name="status" value="offline" type="radio">Offline
+ <input name="status" value="online" type="radio">Online<br>
+ <input name="status" value="offline" type="radio" checked="checked">Offline
</div>
<br>
<br>