portainer/portainer

View on GitHub
app/react/portainer/users/ListView/UsersDatatable/columns/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { authentication } from './authentication';
import { name } from './name';
import { role } from './role';

export const columns = [name, role, authentication];