mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-11 19:05:53 +00:00
larger cmd field
This commit is contained in:
@ -783,9 +783,9 @@ int http_fn_startup_command(http_request_t *request) {
|
||||
|
||||
poststr(request,"<form action=\"/startup_command\">");
|
||||
|
||||
poststr(request,"<label for=\"data\">data:</label><br>\
|
||||
poststr(request,"<label for=\"data\">Startup command:</label><br>\
|
||||
<input type=\"text\" id=\"data\" name=\"data\"");
|
||||
hprintf128(request," value=\"%s\" size=\"40\"><br>",cmd);
|
||||
hprintf128(request," value=\"%s\" size=\"120\"><br>",cmd);
|
||||
poststr(request,"<br>\
|
||||
<input type=\"submit\" value=\"Submit\">\
|
||||
</form> ");
|
||||
|
||||
Reference in New Issue
Block a user