added load button also on top
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 24 May 2010 20:19:28 +0000 (22:19 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 24 May 2010 20:19:28 +0000 (22:19 +0200)
templates/data/index.html.ep

index 0102cd3..d0272b4 100644 (file)
@@ -3,6 +3,8 @@
 
 <form method=post action=/data/load >
 
+<input type=submit value="Load">
+
 <table>
 <tr><th>name</th><th title="on disk">bytes</th><th>items</th><th title="loaded in memory">m</th><th>columns</th></tr>
 % foreach my $n ( @$files ) {