Revert "Redesigned firmware upgrade process"
[project/luci.git] / modules / admin-full / luasrc / view / admin_system / upgrade.htm
index 03cd555..a3d97d6 100644 (file)
@@ -36,6 +36,9 @@ $Id$
 <% elseif ret then %>
        <p><%:a_s_flash_received%></p>
        <p><%:a_s_flash_inprogress%></p>
+       
+<!-- <%=string.rep(" ", 2048)%> -->
+       <% %>
        <% local ret = ret() 
        if ret == 0 then %>
 <div class="ok"><%:a_s_flash_flashed%></div>
@@ -45,4 +48,5 @@ $Id$
 <% else %>
 <div class="error"><%:a_s_flash_notimplemented%></div>
 <% end %>
-<%+footer%>
\ No newline at end of file
+<%+footer%>
+<% if ret == 0 then luci.sys.reboot() end %>