Project

General

Profile

« Previous | Next » 

Revision d9f90dfb

Added by Phil Davis about 9 years ago

Fix #6251 Brackets around Mbuf figures
(cherry picked from commit 97f930d1e3af593b20ed56ca951a2109a853a28d)

View differences:

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