mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 07:14:43 -03:30
* convert Org list to use PaginatedDataList * add ToolbarAddButton, ToolbarDeleteButton * pass full org into OrganizationListItem
6 lines
226 B
JavaScript
6 lines
226 B
JavaScript
import PaginatedDataList from './PaginatedDataList';
|
|
|
|
export default PaginatedDataList;
|
|
export { default as ToolbarDeleteButton } from './ToolbarDeleteButton';
|
|
export { default as ToolbarAddButton } from './ToolbarAddButton';
|