Make NAME and HOST columns less likely to wrap
- LEVEL, TIME and and VALUE have fixed pixels widths as the maximum content size is predictablepull/10616/head
parent
0a80cac953
commit
b6fa438fef
|
@ -1,7 +1,7 @@
|
|||
export const ALERTS_TABLE = {
|
||||
colName: '15%',
|
||||
colLevel: '10%',
|
||||
colTime: '25%',
|
||||
colHost: '25%',
|
||||
colValue: '25%',
|
||||
colName: 'calc(45% - 216px)',
|
||||
colLevel: '82px',
|
||||
colTime: '190px',
|
||||
colHost: 'calc(55% - 216px)',
|
||||
colValue: '160px',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue