Prioritize alert name over host
parent
d5d72f09fb
commit
4bbe59da00
|
@ -1,7 +1,7 @@
|
|||
export const ALERTS_TABLE = {
|
||||
colName: 'calc(45% - 216px)',
|
||||
colName: 'calc(55% - 216px)',
|
||||
colLevel: '82px',
|
||||
colTime: '190px',
|
||||
colHost: 'calc(55% - 216px)',
|
||||
colHost: 'calc(45% - 216px)',
|
||||
colValue: '160px',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue