mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(edge/stacks): migrate list view to react [EE-2237] (#9186)
This commit is contained in:
parent
020ecb740a
commit
a216a1e960
23 changed files with 482 additions and 298 deletions
13
app/react/edge/edge-stacks/ListView/ListView.tsx
Normal file
13
app/react/edge/edge-stacks/ListView/ListView.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { PageHeader } from '@@/PageHeader';
|
||||
|
||||
import { EdgeStacksDatatable } from './EdgeStacksDatatable';
|
||||
|
||||
export function ListView() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Edge Stacks list" breadcrumbs="Edge Stacks" reload />
|
||||
|
||||
<EdgeStacksDatatable />
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue