Browse Source
Merge pull request #9122 from rusikv/bug/event-table-colums-overlap
Fix event table rule node event table columns overlap
pull/8767/head
Igor Kulikov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/event/event-table-config.ts
|
|
|
@ -292,7 +292,7 @@ export class EventTableConfig extends EntityTableConfig<Event, TimePageLink> { |
|
|
|
padding: '0 12px 0 0' |
|
|
|
}), |
|
|
|
entity => entity.body.msgType), |
|
|
|
new EntityTableColumn<Event>('relationType', 'event.relation-type', '70px', |
|
|
|
new EntityTableColumn<Event>('relationType', 'event.relation-type', '85px', |
|
|
|
(entity) => entity.body.relationType, () => ({padding: '0 12px 0 0'}), false, () => ({ |
|
|
|
padding: '0 12px 0 0' |
|
|
|
})), |
|
|
|
|