Fix #6251 Brackets around Mbuf figures

(cherry picked from commit 97f930d1e3)
This commit is contained in:
Phil Davis 2016-04-28 16:27:46 +05:45 committed by Stephen Beaver
parent d72e6feb71
commit d9f90dfbca

View File

@ -402,7 +402,7 @@ function updateMemory(x) {
function updateMbuf(x) {
if ($('#mbuf')) {
$("#mbuf").html(x);
$("#mbuf").html('(' + x + ')');
}
}