* Sun Apr 06 2025 Brian Read <brianr@koozali.org> 11.1-2.sme
- Add in SM2 panel [SME: ]
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@ accounts
|
|||||||
configuration
|
configuration
|
||||||
domains
|
domains
|
||||||
hosts
|
hosts
|
||||||
|
*el8*
|
||||||
|
@@ -5,7 +5,7 @@ package SrvMngr::Controller::Mailstats;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : Investigation
|
# heading : Investigation
|
||||||
# description : Mailstats
|
# description : Mailstats
|
||||||
# navigation : 4000 700
|
# navigation : 7000 150
|
||||||
#
|
#
|
||||||
# name : mailstats, method : get, url : /mailstats, ctlact : Mailstats#main
|
# name : mailstats, method : get, url : /mailstats, ctlact : Mailstats#main
|
||||||
# name : mailstatsu, method : post, url : /mailstatsu, ctlact : Mailstats#do_update
|
# name : mailstatsu, method : post, url : /mailstatsu, ctlact : Mailstats#do_update
|
||||||
@@ -312,4 +312,4 @@ sub do_display {
|
|||||||
);
|
);
|
||||||
$c->render(template => "mailstats");
|
$c->render(template => "mailstats");
|
||||||
}
|
}
|
||||||
1;
|
1;
|
||||||
|
@@ -27,8 +27,7 @@ Requires: html2text
|
|||||||
Requires: python3-chameleon
|
Requires: python3-chameleon
|
||||||
Requires: python3-mysql
|
Requires: python3-mysql
|
||||||
Requires: python3-matplotlib
|
Requires: python3-matplotlib
|
||||||
Requires: plotly
|
Requires: python3-pip
|
||||||
Requires: pip3
|
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user