Switch to side-by-side view

--- a/tool/run/plugins/webserver/temp.html
+++ b/tool/run/plugins/webserver/temp.html
@@ -17,12 +17,12 @@
 <table style="text-align: left; width: 20%;" border="0" cellpadding="2" cellspacing="2">
 <tbody>
 <tr>
-<td><input name="status" value="online" type="radio" checked="checked">
+<td><input name="status" value="online" type="radio">
 </td>
 <td style="width: 120px;">Online</td>
 </tr>
 <tr>
-<td><input name="status" value="offline" type="radio">
+<td><input name="status" value="offline" type="radio" checked="checked">
 </td>
 <td>Offline</td>
 </tr>