mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
improved layout active monitoring (#4909)
This commit is contained in:
parent
acba25becb
commit
2799cc6b86
1 changed files with 4 additions and 1 deletions
|
|
@ -406,6 +406,7 @@ $(document).ready(function() {
|
|||
columns: [
|
||||
{
|
||||
data: 'html_label',
|
||||
width: '20%',
|
||||
render: function(html_label, type, row) {
|
||||
|
||||
if (type === 'display') {
|
||||
|
|
@ -423,11 +424,12 @@ $(document).ready(function() {
|
|||
},
|
||||
{
|
||||
data: 'measurement',
|
||||
width: '5%'
|
||||
width: "100px",
|
||||
},
|
||||
{
|
||||
data: 'chart',
|
||||
class: 'text-center',
|
||||
width: "100px",
|
||||
sortable: false,
|
||||
render: function(href, type, row) {
|
||||
if(type === 'display') {
|
||||
|
|
@ -514,6 +516,7 @@ $(document).ready(function() {
|
|||
data: null,
|
||||
sortable: false,
|
||||
name: 'actions',
|
||||
width: "200px",
|
||||
class: 'text-center',
|
||||
render: function(_, type, host) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue