summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/system_information.widget.php
diff options
context:
space:
mode:
authorJoecowboy <i7wasn7m3@gmail.com>2012-01-06 11:25:59 -0600
committerJoecowboy <i7wasn7m3@gmail.com>2012-01-06 11:25:59 -0600
commitd9c059ba8cdf744e3bf2fbb1e80d8f3f80a9c33f (patch)
tree1861e4c1e2ce6f5f5b4e2d51e98ad51472c449fa /usr/local/www/widgets/widgets/system_information.widget.php
parentb901ea5724067abdb8731018b31ec2c5051a994c (diff)
downloadpfsense-d9c059ba8cdf744e3bf2fbb1e80d8f3f80a9c33f.zip
pfsense-d9c059ba8cdf744e3bf2fbb1e80d8f3f80a9c33f.tar.gz
Increased the Uptime input field size from 30 to 50 because it was truncating the uptime tweak output text I made.
Diffstat (limited to 'usr/local/www/widgets/widgets/system_information.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php
index 9945539..9a7dc55 100644
--- a/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/usr/local/www/widgets/widgets/system_information.widget.php
@@ -157,7 +157,7 @@ $curcfg = $config['system']['firmware'];
<?php endif; ?>
<tr>
<td width="25%" class="vncellt">Uptime</td>
- <td width="75%" class="listr"><input style="border: 0px solid white;" size="30" name="uptime" id="uptime" value="<?= htmlspecialchars(get_uptime()); ?>" /></td>
+ <td width="75%" class="listr"><input style="border: 0px solid white;" size="50" name="uptime" id="uptime" value="<?= htmlspecialchars(get_uptime()); ?>" /></td>
</tr>
<tr>
<td width="25%" class="vncellt"><?=gettext("Current date/time");?></td>
OpenPOWER on IntegriCloud