mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
refactor(edge/groups): migrate view to react [EE-4683] (#10592)
This commit is contained in:
parent
1f2f4525e3
commit
99b39da03d
18 changed files with 199 additions and 228 deletions
12
app/react/edge/edge-groups/ListView/ListView.tsx
Normal file
12
app/react/edge/edge-groups/ListView/ListView.tsx
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { PageHeader } from '@@/PageHeader';
|
||||
|
||||
import { EdgeGroupsDatatable } from './EdgeGroupsDatatable';
|
||||
|
||||
export function ListView() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Edge Groups" breadcrumbs="Edge Groups" reload />
|
||||
<EdgeGroupsDatatable />
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue