mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
parent
ff5b4956c8
commit
e7f5ecc2d0
@ -266,7 +266,7 @@ class Partition_wizard_UI
|
|||||||
if max_fs_start_k > 0 && fs_max_size_k > 64
|
if max_fs_start_k > 0 && fs_max_size_k > 64
|
||||||
webserver.content_send("<fieldset><legend><b> Resize FS </b></legend><p></p>")
|
webserver.content_send("<fieldset><legend><b> Resize FS </b></legend><p></p>")
|
||||||
|
|
||||||
webserver.content_send("<p>You can expand of shrink the file system.<br>Its content will be lost.</p>")
|
webserver.content_send("<p>You can expand or shrink the file system.<br>Its content will be lost.</p>")
|
||||||
|
|
||||||
webserver.content_send("<form action='/part_wiz' method='post' ")
|
webserver.content_send("<form action='/part_wiz' method='post' ")
|
||||||
webserver.content_send("onsubmit='return confirm(\"This will DELETE the content of the file system and cause a restart.\");'>")
|
webserver.content_send("onsubmit='return confirm(\"This will DELETE the content of the file system and cause a restart.\");'>")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user