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:
commit
a3c8657853
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue