Merge branch 'ent-11958-16155-icono-de-recuperacion-de-alerta-en-ultimos-eventos-de-la-vista-tactica-gigante' into 'develop'

Ent 11958 16155 icono de recuperacion de alerta en ultimos eventos de la vista tactica gigante

See merge request artica/pandorafms!6371
This commit is contained in:
Matias Didier 2023-08-29 13:12:24 +00:00
commit a3c8657853
1 changed files with 4 additions and 0 deletions

View File

@ -305,4 +305,8 @@ echo '</tr></table>';
}
});
});
$('.tactical_table .alert_module_background_state').replaceWith(function(){
return $("<div />").addClass($(this).attr('class')).data($(this).data());
});
</script>