Revision d9f90dfb
Added by Phil Davis about 9 years ago
src/usr/local/www/widgets/widgets/system_information.widget.php | ||
---|---|---|
402 | 402 |
|
403 | 403 |
function updateMbuf(x) { |
404 | 404 |
if ($('#mbuf')) { |
405 |
$("#mbuf").html(x);
|
|
405 |
$("#mbuf").html('(' + x + ')');
|
|
406 | 406 |
} |
407 | 407 |
} |
408 | 408 |
|
Also available in: Unified diff
Fix #6251 Brackets around Mbuf figures
(cherry picked from commit 97f930d1e3af593b20ed56ca951a2109a853a28d)