More changes to responsive tables and make top liks depend on email or web

This commit is contained in:
2024-06-07 10:35:28 +01:00
parent 52c1bfba48
commit 389175c392
3 changed files with 33 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ $event = 'smeserver-mailstats-update';
foreach my $file (qw(
/etc/systemd/system-preset/49-koozali.preset
/etc/e-smith/sql/init/99smeserver-mailstats.sql
/etc/httpd/conf/httpd.conf
))
{
templates2events( $file, $event );
@@ -18,7 +19,7 @@ event_link('systemd-reload', $event, '50');
#action specific to this package
#event_link('action', $event, '30');
#services we need to restart
#safe_symlink('restart', 'root/etc/e-smith/events/$event/services2adjust/<service>)
safe_symlink('restart', "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
#and Server Mmanager panel link
#panel_link('somefunction', 'manager');