mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(containers): migrate caps tab to react [EE-5215] (#10366)
This commit is contained in:
parent
9dde610da3
commit
57e04c3544
14 changed files with 324 additions and 190 deletions
|
@ -0,0 +1,15 @@
|
|||
import { validation } from './validation';
|
||||
import { toViewModel, getDefaultViewModel } from './toViewModel';
|
||||
import { toRequest } from './toRequest';
|
||||
|
||||
export {
|
||||
CapabilitiesTab,
|
||||
type Values as CapabilitiesTabValues,
|
||||
} from './CapabilitiesTab';
|
||||
|
||||
export const capabilitiesTabUtils = {
|
||||
toRequest,
|
||||
toViewModel,
|
||||
validation,
|
||||
getDefaultViewModel,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue