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').'");
|
message.tooltipster("content", "'.tr('Validazione').'");
|
||||||
} else {
|
} else {
|
||||||
if(data.result) {
|
if(data.result) {
|
||||||
icon.attr("class", "fa fa-check");
|
icon.attr("class", "fa fa-check text-success");
|
||||||
parent.addClass("has-success").removeClass("has-error");
|
parent.addClass("has-success").removeClass("has-error");
|
||||||
} else {
|
} else {
|
||||||
icon.attr("class", "fa fa-close text-danger");
|
icon.attr("class", "fa fa-close text-danger");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user