diff options
author | Renato Botelho <renato@netgate.com> | 2015-12-30 16:16:11 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-12-30 16:16:11 -0200 |
commit | 310862495a0cc7646a7c0238a77a181110cb7d95 (patch) | |
tree | 9713eb4250fb4c4ffc1c650f6fac8688c17f81e8 /config/tftp2/tftp_files.php | |
parent | 3bd905893f4eeb15485783e49a8ea2af14b31f4e (diff) | |
parent | 5c8fc3121a7c8e49216d36763b64a77a755f43e9 (diff) | |
download | pfsense-packages-310862495a0cc7646a7c0238a77a181110cb7d95.tar.gz pfsense-packages-310862495a0cc7646a7c0238a77a181110cb7d95.tar.bz2 pfsense-packages-310862495a0cc7646a7c0238a77a181110cb7d95.zip |
Merge pull request #1222 from jlduran/fix-column-tftp2
Diffstat (limited to 'config/tftp2/tftp_files.php')
-rw-r--r-- | config/tftp2/tftp_files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tftp2/tftp_files.php b/config/tftp2/tftp_files.php index 4cb34024..0cc08233 100644 --- a/config/tftp2/tftp_files.php +++ b/config/tftp2/tftp_files.php @@ -195,7 +195,7 @@ if ($savemsg) { <tr> <td width="25%" class="listhdrr">File Name (download)</td> <td width="50%" class="listhdr">Last Modified</td> - <td width="50%" class="listhdr">Size</td> + <td width="25%" class="listhdr">Size</td> </tr> <?php |