Browse Source

Put buttons at top.

Chris McDonough 19 years ago
parent
commit
752e48ecdf
1 changed files with 16 additions and 16 deletions
  1. 16 16
      src/supervisor/ui/status.html

+ 16 - 16
src/supervisor/ui/status.html

@@ -20,6 +20,22 @@
 
 <form meld:id="form" action="index.html" method="POST">
 
+<div style="margin-top: 10px;">
+
+<a href="index.html?action=refresh">
+   <input type="button" value=" Refresh " name="refresh" />
+</a>
+
+<a href="index.html?action=restartall">
+   <input type="button" value=" Restart All " name="restartall" />
+</a>
+
+<a href="index.html?action=stopall">
+   <input type="button" value=" Stop All " name="stopall" />
+</a>
+
+</div>
+
 <table width="800" border="0" meld:id="statustable">
   <th width="130" class="tableheader">State</th>
   <th width="200" class="tableheader">Description</th>
@@ -49,22 +65,6 @@
   </tbody>
 </table>
 
-<div style="margin-top: 10px;">
-
-<a href="index.html?action=refresh">
-   <input type="button" value=" Refresh " name="refresh" />
-</a>
-
-<a href="index.html?action=restartall">
-   <input type="button" value=" Restart All " name="restartall" />
-</a>
-
-<a href="index.html?action=stopall">
-   <input type="button" value=" Stop All " name="stopall" />
-</a>
-
-</div>
-
 </form>
 
 </div>