themes: warn if booted from initramfs
[project/luci.git] / themes / luci-theme-bootstrap / luasrc / view / themes / bootstrap / header.htm
index 81a23d63af6df8c0260ddf81ea9cd30ab75f6f38..d762637d8a9731c07fbe69d30797f6f14876196a 100644 (file)
                                </div>
                        <%- end -%>
 
+                       <%- if boardinfo.rootfs_type == "initramfs" then -%>
+                               <div class="alert-message warning">
+                                       <h4><%:System running in recovery (initramfs) mode.%></h4>
+                                       <p><%:No changes to settings will be stored and are lost after rebooting. This mode should only be used to install a firmware upgrade%></p>
+                                       <% if disp.lookup("admin/system/flash") then %>
+                                         <div class="right"><a class="btn" href="<%=url("admin/system/flash")%>"><%:Go to firmware upgrade...%></a></div>
+                                       <% end %>
+                               </div>
+                       <%- end -%>
+
                        <noscript>
                                <div class="alert-message warning">
                                        <h4><%:JavaScript required!%></h4>