Merge branch 'ent-11436-envio-de-correo-electronico-con-advertencia-a-pesar-de-ya-haber-cambiado-la-configuracion' into 'develop'

Ent 11436 envio de correo electronico con advertencia a pesar de ya haber cambiado la configuracion

See merge request artica/pandorafms!6464
This commit is contained in:
Rafael Ameijeiras 2023-11-27 10:40:19 +00:00
commit ad8e3ac44f
2 changed files with 6 additions and 0 deletions

View File

@ -732,6 +732,8 @@ class ConsoleSupervisor
'url' => '__url__/index.php?sec=general&sec2=godmode/setup/setup&section=perf',
]
);
} else {
$this->cleanNotifications('NOTIF.ACCESSSTASTICS.PERFORMANCE');
}
} else {
$this->cleanNotifications('NOTIF.ACCESSSTASTICS.PERFORMANCE');

View File

@ -233,6 +233,10 @@
vertical-align: middle;
}
#audit_logs > tbody > tr > td > img {
padding-right: 10px;
}
.table_action_buttons > a,
.table_action_buttons > img,
.table_action_buttons > button,