|
|
|
@ -12,6 +12,7 @@ import PageToolbarSection from 'Components/Page/Toolbar/PageToolbarSection';
|
|
|
|
|
import PageToolbarSeparator from 'Components/Page/Toolbar/PageToolbarSeparator';
|
|
|
|
|
import Table from 'Components/Table/Table';
|
|
|
|
|
import TableBody from 'Components/Table/TableBody';
|
|
|
|
|
import TableOptionsModalWrapper from 'Components/Table/TableOptions/TableOptionsModalWrapper';
|
|
|
|
|
import TablePager from 'Components/Table/TablePager';
|
|
|
|
|
import { align, icons, kinds } from 'Helpers/Props';
|
|
|
|
|
import InteractiveImportModal from 'InteractiveImport/InteractiveImportModal';
|
|
|
|
@ -190,6 +191,16 @@ class Missing extends Component {
|
|
|
|
|
</PageToolbarSection>
|
|
|
|
|
|
|
|
|
|
<PageToolbarSection alignContent={align.RIGHT}>
|
|
|
|
|
<TableOptionsModalWrapper
|
|
|
|
|
{...otherProps}
|
|
|
|
|
columns={columns}
|
|
|
|
|
>
|
|
|
|
|
<PageToolbarButton
|
|
|
|
|
label={translate('Options')}
|
|
|
|
|
iconName={icons.TABLE}
|
|
|
|
|
/>
|
|
|
|
|
</TableOptionsModalWrapper>
|
|
|
|
|
|
|
|
|
|
<FilterMenu
|
|
|
|
|
alignMenu={align.RIGHT}
|
|
|
|
|
selectedFilterKey={selectedFilterKey}
|
|
|
|
|