mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 14:59:41 +02:00
feat(docker/containers): migrate network tab to react [EE-5210] (#10344)
This commit is contained in:
parent
e92f067e42
commit
2b47b84e5e
13 changed files with 413 additions and 246 deletions
14
app/react/docker/containers/CreateView/NetworkTab/index.ts
Normal file
14
app/react/docker/containers/CreateView/NetworkTab/index.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
import { validation } from './validation';
|
||||
import { toRequest } from './toRequest';
|
||||
import { toViewModel, getDefaultViewModel } from './toViewModel';
|
||||
|
||||
export { NetworkTab } from './NetworkTab';
|
||||
|
||||
export { type Values as NetworkTabValues } from './types';
|
||||
|
||||
export const networkTabUtils = {
|
||||
toRequest,
|
||||
toViewModel,
|
||||
validation,
|
||||
getDefaultViewModel,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue