mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
refactor(containers): migrate restart policy tab to react [EE-5213] (#10347)
This commit is contained in:
parent
3d19c46326
commit
2dfa4a7c45
9 changed files with 122 additions and 15 deletions
|
@ -0,0 +1,13 @@
|
|||
import { validation } from './validation';
|
||||
import { toViewModel, getDefaultViewModel } from './toViewModel';
|
||||
import { toRequest } from './toRequest';
|
||||
|
||||
export { RestartPolicyTab } from './RestartPolicyTab';
|
||||
export { RestartPolicy } from './types';
|
||||
|
||||
export const restartPolicyTabUtils = {
|
||||
toViewModel,
|
||||
toRequest,
|
||||
validation,
|
||||
getDefaultViewModel,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue