mirror of
https://github.com/portainer/portainer.git
synced 2025-07-31 03:09:44 +02:00
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import { columnHelper } from './helper';
|
|
|
|
export const slot = columnHelper.accessor((item) => item.Slot || '-', {
|
|
header: 'Slot',
|
|
});
|