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:
parent
8b490afc8f
commit
9f93690bb4
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user