mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609)
This commit is contained in:
parent
0f0513c684
commit
fe8e834dbf
90 changed files with 1714 additions and 2717 deletions
|
@ -1,6 +1,6 @@
|
|||
import { PageHeader } from '@@/PageHeader';
|
||||
|
||||
import { IngressDataTable } from './IngressDataTable';
|
||||
import { IngressDatatable } from './IngressDatatable';
|
||||
|
||||
export function IngressesDatatableView() {
|
||||
return (
|
||||
|
@ -14,7 +14,7 @@ export function IngressesDatatableView() {
|
|||
]}
|
||||
reload
|
||||
/>
|
||||
<IngressDataTable />
|
||||
<IngressDatatable />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue