Prioritize alert name over host

pull/1707/head
Alex P 2017-07-10 12:22:40 -07:00
parent d5d72f09fb
commit 4bbe59da00
1 changed files with 2 additions and 2 deletions

View File

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