Make NAME and HOST columns less likely to wrap

- LEVEL, TIME and and VALUE have fixed pixels widths as the maximum
content size is predictable
pull/10616/head
Alex P 2017-07-07 17:20:33 -07:00
parent 0a80cac953
commit b6fa438fef
1 changed files with 5 additions and 5 deletions

View File

@ -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',
}