* Sun Apr 06 2025 Brian Read <brianr@koozali.org> 11.1-2.sme

- Add in SM2 panel [SME: ]
This commit is contained in:
2025-08-30 11:03:52 +01:00
parent 3de794d90d
commit 056992272d
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ accounts
configuration
domains
hosts
*el8*

View File

@@ -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;
1;

View File

@@ -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