mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
refactor(app): app events datatable [EE-5355] (#10024)
This commit is contained in:
parent
0eaf296e1b
commit
c472fe9c18
19 changed files with 277 additions and 19 deletions
|
@ -0,0 +1,5 @@
|
|||
import { columnHelper } from './helper';
|
||||
|
||||
export const message = columnHelper.accessor('message', {
|
||||
header: 'Message',
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue