1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-30 18:59:41 +02:00
portainer/app/react/nomad/jobs/EventsView/EventsDatatable/columns/index.tsx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
146 B
TypeScript
Raw Normal View History

import { date } from './date';
import { type } from './type';
import { message } from './message';
export const columns = [date, type, message];