diff options
Diffstat (limited to '')
-rw-r--r-- | www/asterisk-gui/files/patch-config-sysinfo.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/asterisk-gui/files/patch-config-sysinfo.html b/www/asterisk-gui/files/patch-config-sysinfo.html deleted file mode 100644 index 3dfc53b7dc97..000000000000 --- a/www/asterisk-gui/files/patch-config-sysinfo.html +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(); |