mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
new alerts page layout (#5230)
This commit is contained in:
parent
ad40836af9
commit
ae384d8a34
11 changed files with 211 additions and 182 deletions
|
|
@ -627,7 +627,8 @@ class DataTableUtils {
|
|||
class DataTableRenders {
|
||||
|
||||
static alertSeverityAndType(severity, type, alert) {
|
||||
return DataTableRenders.formatValueLabel(severity, type, alert) + '<span class="mx-1"></span>' + DataTableRenders.formatValueLabel(alert.alert_id, type, alert);
|
||||
|
||||
return `${DataTableRenders.formatValueLabel(severity, type, alert)} ${DataTableRenders.formatValueLabel(alert.alert_id, type, alert)}`;
|
||||
}
|
||||
|
||||
static colorizeScore(min, max) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue