init add edge devices table view

This commit is contained in:
cheloRydel
2022-01-05 18:47:29 -03:00
parent 09478b56a0
commit 595b1db085
16 changed files with 430 additions and 60 deletions
@@ -23,6 +23,8 @@ export function ContainersDatatableContainer({ endpoint, ...props }: Props) {
sortBy: { id: 'state', desc: false },
};
console.log("ContainersDatatableContainer");
return (
<EnvironmentProvider environment={endpoint}>
<TableSettingsProvider defaults={defaultSettings} storageKey="containers">