mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
style(edge/stacks): remove duplicate component [EE-5554] (#9209)
This commit is contained in:
parent
09f60c3277
commit
fbec123595
3 changed files with 1 additions and 90 deletions
|
@ -13,11 +13,9 @@ import { withUIRouter } from '@/react-tools/withUIRouter';
|
|||
import { EdgeGroupAssociationTable } from '@/react/edge/components/EdgeGroupAssociationTable';
|
||||
import { AssociatedEdgeEnvironmentsSelector } from '@/react/edge/components/AssociatedEdgeEnvironmentsSelector';
|
||||
import { EnvironmentsDatatable } from '@/react/edge/edge-stacks/ItemView/EnvironmentsDatatable';
|
||||
import { EdgeStackStatus } from '@/react/edge/edge-stacks/ListView/EdgeStackStatus';
|
||||
|
||||
export const componentsModule = angular
|
||||
.module('portainer.edge.react.components', [])
|
||||
.component('edgeStacksDatatableStatus', r2a(EdgeStackStatus, ['edgeStack']))
|
||||
.component(
|
||||
'edgeStackEnvironmentsDatatable',
|
||||
r2a(withUIRouter(withReactQuery(EnvironmentsDatatable)), [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue