-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace discover * Add changelog --------- Co-authored-by: Julio César Biset <[email protected]>
- Loading branch information
1 parent
8513a23
commit 85f4451
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
plugins/main/public/components/overview/github-panel/events/github-columns.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { tDataGridColumn } from '../../../common/data-grid'; | ||
|
||
export const githubColumns: tDataGridColumn[] = [ | ||
{ | ||
id: 'agent.id', | ||
}, | ||
{ | ||
id: 'data.github.repo', | ||
}, | ||
{ | ||
id: 'data.github.actor', | ||
}, | ||
{ | ||
id: 'data.github.org', | ||
}, | ||
{ | ||
id: 'rule.description', | ||
}, | ||
{ | ||
id: 'rule.level', | ||
}, | ||
{ | ||
id: 'rule.id', | ||
}, | ||
]; |