mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +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',
|
|
});
|