diff options
author | jim-p <jimp@pfsense.org> | 2013-06-18 13:28:46 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-06-18 13:31:56 -0400 |
commit | 6743ab2887786beaf827dd96bfbacb8676ad4d5a (patch) | |
tree | 67f7815041cc7649b9aa271c04c9fabe80566f29 /etc/inc | |
parent | 57c83fd606bd4294d1841fc1e19b88df32cacd30 (diff) | |
download | pfsense-6743ab2887786beaf827dd96bfbacb8676ad4d5a.zip pfsense-6743ab2887786beaf827dd96bfbacb8676ad4d5a.tar.gz |
Add a brief description about bandwidth vs bursting.
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/shaper.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 07cbf24..d3e540a 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -3355,6 +3355,7 @@ EOD; $form .= "</tbody></table>"; $form .= "<a onclick=\"javascript:addBwRowTo('maintable'); return false;\" href='#'>"; $form .= "<img border='0' src='/themes/{$g['theme']}/images/icons/icon_plus.gif' alt='add' title='" . gettext("add another schedule") . "' /></a>"; + $form .= "<br/><span class=\"vexpl\">" . gettext("Bandwidth is a rate (e.g. Mbit/s), burst is a total amount of data that will be transferred at full speed after an idle period.") . "</span><br />"; $form .= "</td></tr>"; $form .= "<tr><td valign=\"middle\" class=\"vncellreq\">" . gettext("Mask") . "</td>"; $form .= "<td class=\"vncellreq\">"; |