mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #6251 Brackets around Mbuf figures
(cherry picked from commit 97f930d1e3)
This commit is contained in:
parent
d72e6feb71
commit
d9f90dfbca
@ -402,7 +402,7 @@ function updateMemory(x) {
|
||||
|
||||
function updateMbuf(x) {
|
||||
if ($('#mbuf')) {
|
||||
$("#mbuf").html(x);
|
||||
$("#mbuf").html('(' + x + ')');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user