Cheers
I see what you mean about the theme. I didn't expect the theme to affect a module that much. The last commit makes the new code to only run for the "authentic" theme and the old code will run for all other themes. As for the second point - it looks alright on latest Chrome and Safari on OSX and I thought browsers are pretty aligned these days ;) What browser (and maybe what OS) do you see that in?
I think I got there with the MR https://sourceforge.net/p/webminstats/git/merge-requests/1/
moved the datebox into the [data-dcontainer="1"] element
The datebox element goes out of view
Hi, I'm having the exact same issue but with the "....-lib.pl" file. In my case the error is [Mon Feb 27 14:36:32 2023] miniserv.pl: Subroutine get_cnf redefined at modules/mysql_bytes/mysql_bytes-lib.pl line 46. That is because I cloned the "mysql" module. Patching the -lib file same way did the job but I guess it's good to fix in the repository. I can do so in a fork unless you've already started doing that or you think it's not a good idea. Cheers
Steps to install a new module
Error cloning the "mysql" module
The new version works great now - much appreciated :-)
Hi, I'm using: webminstats version 2.17 os CentOS Linux 6.9 language en theme authentic-theme and just upgraded to Webmin 1.880 and the Panorama view of Webminstats stopped working (the page can't load). And this is what I get in the log: [Thu Mar 15 11:03:16 2018] display_all.cgi: Subroutine guess_logftp redefined at modules/system/system-lib.pl line 313. [Thu Mar 15 11:03:16 2018] display_all.cgi: Subroutine guess_logsquid redefined at modules/system/system-lib.pl line 328. [Thu Mar 15 11:03:16...
Hi, I'm trying to monitor memory usage for Apache's worker processes but they are all run with the same command (/usr/sbin/httpd.worker) and I can only setup psmon to track one of them (I guess the first in the list of the ps command). Is there a way to have it tack the total memory used by all workers or at least get multiple entries in psmon's list which to track each worker separately? Thank you