mirror of https://github.com/aredn/aredn.git
bugfix: made firmware upgrade "keep settings" checked by default
This commit is contained in:
parent
1f2737f0f3
commit
a2456e4df9
|
@ -528,7 +528,7 @@ foreach(@fw_images)
|
|||
print "</select>\n";
|
||||
print "<input type=submit name=button_refresh_fw value=Refresh title='download the list of available firmware versions'>\n";
|
||||
print "<td align=center><input type=submit name=button_dl_fw value=Download title='install the firmware'></td>\n";
|
||||
print "<td align=right><input type=checkbox name=checkbox_keep_settings>Keep Settings</td>\n";
|
||||
print "<td align=right><input type=checkbox name=checkbox_keep_settings checked>Keep Settings</td>\n";
|
||||
print "</tr>\n";
|
||||
|
||||
print "</table></td></tr>\n";
|
||||
|
|
Loading…
Reference in New Issue