mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Reviewed alert description and alert table width
This commit is contained in:
parent
1f4c3114cf
commit
4be03c9627
2 changed files with 7 additions and 9 deletions
|
|
@ -1288,8 +1288,7 @@ function releaseAlert(idx) {
|
|||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center',
|
||||
whiteSpace: 'nowrap',
|
||||
width: '5%',
|
||||
width: '10%',
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -1299,8 +1298,7 @@ function releaseAlert(idx) {
|
|||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center',
|
||||
whiteSpace: 'nowrap',
|
||||
width: '2%',
|
||||
width: '5%',
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -1319,7 +1317,8 @@ function releaseAlert(idx) {
|
|||
field: "column_severity",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
textAlign: 'center',
|
||||
width: '2%',
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -1329,8 +1328,7 @@ function releaseAlert(idx) {
|
|||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center',
|
||||
whiteSpace: 'nowrap'
|
||||
|
||||
width: '10%',
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -1351,7 +1349,7 @@ function releaseAlert(idx) {
|
|||
hidden: ]] print(ternary(t["status"] ~= "historical-flows", "true", "false")) print[[,
|
||||
css: {
|
||||
textAlign: 'center',
|
||||
whiteSpace: 'nowrap'
|
||||
width: '5%',
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue