modules/admin_system: Add note to step2 of firmware flashing telling the user if configuration is kept or not, thanks hnyman (#298)
This commit is contained in:
parent
cc7b8fcc6f
commit
3b9fbb12b8
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@ $Id$
|
|||
))
|
||||
end
|
||||
%></li>
|
||||
<li><% if keepconfig then %>
|
||||
<%:Configuration files will be kept.%>
|
||||
<% else %>
|
||||
<%:Note: Configuration files will be erased.%>
|
||||
<% end %></li>
|
||||
</ul>
|
||||
</p>
|
||||
<div class="cbi-page-actions right">
|
||||
|
|
Loading…
Reference in a new issue