mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixes alignment of spillover actions column in active monitoring
Fixes #5419
This commit is contained in:
parent
ae8e82de5e
commit
79a873564d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue