mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase textarea column size.
This commit is contained in:
parent
bdf790aa63
commit
4944d592f5
@ -107,9 +107,9 @@ include("head.inc");
|
||||
</table>
|
||||
<br>
|
||||
<!-- status box -->
|
||||
<textarea cols="60" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning firmware upgrade"); ?>.</textarea>
|
||||
<textarea cols="90" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning firmware upgrade"); ?>.</textarea>
|
||||
<!-- command output box -->
|
||||
<textarea cols="60" rows="25" name="output" id="output" wrap="hard"></textarea>
|
||||
<textarea cols="90" rows="25" name="output" id="output" wrap="hard"></textarea>
|
||||
</center>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user