mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import { availability } from './availability';
|
|
import { type } from './type';
|
|
import { name } from './name';
|
|
|
|
export const columns = [name, type, availability];
|