Fixes alignment of spillover actions column in active monitoring

Fixes #5419
This commit is contained in:
Simone Mainardi 2021-06-08 14:23:56 +02:00
parent ae8e82de5e
commit 79a873564d

View file

@ -508,7 +508,6 @@ $(function() {
// The raw data must be returned here for sorting
return(data);
}
},
{
data: 'alerted',
@ -531,6 +530,7 @@ $(function() {
sortable: false,
name: 'actions',
width: "200px",
responsivePriority: 3,
class: 'text-center',
render: function(_, type, host) {