mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
refactor(containers): migrate resources tab to react [EE-5214] (#10355)
This commit is contained in:
parent
ec091efe3b
commit
ffac83864d
28 changed files with 1114 additions and 537 deletions
15
app/react/docker/containers/CreateView/ResourcesTab/index.ts
Normal file
15
app/react/docker/containers/CreateView/ResourcesTab/index.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { validation } from './validation';
|
||||
import { toRequest } from './toRequest';
|
||||
import { toViewModel, getDefaultViewModel } from './toViewModel';
|
||||
|
||||
export {
|
||||
ResourcesTab,
|
||||
type Values as ResourcesTabValues,
|
||||
} from './ResourcesTab';
|
||||
|
||||
export const resourcesTabUtils = {
|
||||
toRequest,
|
||||
toViewModel,
|
||||
validation,
|
||||
getDefaultViewModel,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue