mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 20:05:23 +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',
|
|
});
|