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