mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
refactor(docker/networks): migrate macvlan nodes selector to react [EE-4669] (#10183)
This commit is contained in:
parent
09aa1d35a8
commit
60477ae287
17 changed files with 315 additions and 220 deletions
|
@ -27,11 +27,13 @@ import { StacksDatatable } from '@/react/docker/stacks/ListView/StacksDatatable'
|
|||
|
||||
import { containersModule } from './containers';
|
||||
import { servicesModule } from './services';
|
||||
import { networksModule } from './networks';
|
||||
|
||||
const ngModule = angular
|
||||
.module('portainer.docker.react.components', [
|
||||
containersModule,
|
||||
servicesModule,
|
||||
networksModule,
|
||||
])
|
||||
.component('dockerfileDetails', r2a(DockerfileDetails, ['image']))
|
||||
.component('dockerHealthStatus', r2a(HealthStatus, ['health']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue