mirror of https://github.com/portainer/portainer
fix(ui): apply controlled input to field [EE-6411] (#10738)
parent
98157350b6
commit
e142939929
@ -0,0 +1,6 @@
|
||||
import angular from 'angular';
|
||||
|
||||
export const applicationsModule = angular.module(
|
||||
'portainer.kubernetes.react.components.applications',
|
||||
[]
|
||||
).name;
|
@ -1,13 +0,0 @@
|
||||
import angular from 'angular';
|
||||
|
||||
import { r2a } from '@/react-tools/react2angular';
|
||||
import { ImportFdoDeviceButton } from '@/react/portainer/environments/ListView/ImportFdoDeviceButton';
|
||||
import { withUIRouter } from '@/react-tools/withUIRouter';
|
||||
import { withReactQuery } from '@/react-tools/withReactQuery';
|
||||
|
||||
export const envListModule = angular
|
||||
.module('portainer.app.react.components.environments.list-view', [])
|
||||
.component(
|
||||
'importFdoDeviceButton',
|
||||
r2a(withUIRouter(withReactQuery(ImportFdoDeviceButton)), [])
|
||||
).name;
|
Loading…
Reference in new issue