diff --git a/.gitignore b/.gitignore index e282a03..5341a2e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ accounts configuration domains hosts +*el8* diff --git a/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats.pm b/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats.pm index 0a58675..acf8548 100644 --- a/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats.pm +++ b/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats.pm @@ -5,7 +5,7 @@ package SrvMngr::Controller::Mailstats; #---------------------------------------------------------------------- # heading : Investigation # description : Mailstats -# navigation : 4000 700 +# navigation : 7000 150 # # name : mailstats, method : get, url : /mailstats, ctlact : Mailstats#main # name : mailstatsu, method : post, url : /mailstatsu, ctlact : Mailstats#do_update @@ -312,4 +312,4 @@ sub do_display { ); $c->render(template => "mailstats"); } -1; \ No newline at end of file +1; diff --git a/smeserver-mailstats.spec b/smeserver-mailstats.spec index 6cedae5..422ee49 100644 --- a/smeserver-mailstats.spec +++ b/smeserver-mailstats.spec @@ -27,8 +27,7 @@ Requires: html2text Requires: python3-chameleon Requires: python3-mysql Requires: python3-matplotlib -Requires: plotly -Requires: pip3 +Requires: python3-pip AutoReqProv: no %description