mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(ui/image-config): create react component [EE-5342] (#8856)
This commit is contained in:
parent
bf51f1b6c9
commit
10014ae171
34 changed files with 1464 additions and 84 deletions
3
app/react/components/ImageConfigFieldset/index.ts
Normal file
3
app/react/components/ImageConfigFieldset/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export { ImageConfigFieldset } from './ImageConfigFieldset';
|
||||
export { type Values as ImageConfigValues } from './types';
|
||||
export { validation as imageConfigValidation } from './validation';
|
Loading…
Add table
Add a link
Reference in a new issue