diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 22:51:08 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 22:51:08 -0500 |
commit | 3115a6de1c24a9084a1e13dd9b21587a679b21e1 (patch) | |
tree | 65cd4e0731a7623efcb30402573a10b833ebf261 /config/haproxy/haproxy_global.php | |
parent | cc28f054e65a3bbe0be3e6b279ef2971f97f2cd0 (diff) | |
download | pfsense-packages-3115a6de1c24a9084a1e13dd9b21587a679b21e1.tar.gz pfsense-packages-3115a6de1c24a9084a1e13dd9b21587a679b21e1.tar.bz2 pfsense-packages-3115a6de1c24a9084a1e13dd9b21587a679b21e1.zip |
Correct memory usage and simplify output
Diffstat (limited to 'config/haproxy/haproxy_global.php')
-rwxr-xr-x | config/haproxy/haproxy_global.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 609c4b4e..0dfe6523 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -173,19 +173,19 @@ function enable_change(enable_change) { </tr> <tr> <td align="right"><font size=-1>999</td> - <td><font size=-1>3276 Kilobytes</td> + <td><font size=-1>1888K</td> </tr> <tr> <td align="right"><font size=-1>99999</td> - <td><font size=-1>8032 Kilobytes</td> + <td><font size=-1>8032K</td> </tr> <tr> <td align="right"><font size=-1>999999</td> - <td><font size=-1>50016 Kilobytes</td> + <td><font size=-1>50016K</td> </tr> <tr> <td align="right"><font size=-1>9999999</td> - <td><font size=-1>467 Megabytes</td> + <td><font size=-1>467M</td> </tr> </table> </td></tr></table> |