1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-06 20:27:52 +01:00

fix: class validation success

This commit is contained in:
MatteoPistorello 2025-01-17 10:24:16 +01:00
parent 8b490afc8f
commit 9f93690bb4

View File

@ -184,7 +184,7 @@ class HTMLWrapper implements WrapperInterface
message.tooltipster("content", "'.tr('Validazione').'");
} else {
if(data.result) {
icon.attr("class", "fa fa-check");
icon.attr("class", "fa fa-check text-success");
parent.addClass("has-success").removeClass("has-error");
} else {
icon.attr("class", "fa fa-close text-danger");