1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/asterisk-gui/files/patch-config-sysinfo.html
Wesley Shields ec562b8036 Update to 2.0.3
PR:		ports/128403
Submitted by:	Phillip N. <pneumann@gmail.com> (maintainer)
2008-10-30 00:33:25 +00:00

12 lines
477 B
HTML

--- config/sysinfo.html.orig 2008-09-28 20:33:25.000000000 -0400
+++ config/sysinfo.html 2008-09-28 20:33:46.000000000 -0400
@@ -114,7 +114,7 @@
desc: 'Memory Usage',
click_function: function(){
$('.hideall').hide();
- ASTGUI.systemCmdWithOutput( 'free' , function(free){
+ ASTGUI.systemCmdWithOutput( 'vmstat' , function(free){
_$('memoryusage').innerHTML = '<pre>' + free +'</pre>';
$('.hideall').hide();
$('#memory_div').show();