feat(edge): EE-4570 allow pre-pull images with edge stack deployment (#8210)
Co-authored-by: Matt Hook <hookenz@gmail.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { EditorType } from '@/react/edge/edge-stacks/types';
|
||||
|
||||
export default class CreateEdgeStackViewController {
|
||||
/* @ngInject */
|
||||
constructor($state, $window, ModalService, EdgeStackService, EdgeGroupService, EdgeTemplateService, Notifications, FormHelper, $async, $scope) {
|
||||
@@ -19,6 +21,8 @@ export default class CreateEdgeStackViewController {
|
||||
UseManifestNamespaces: false,
|
||||
};
|
||||
|
||||
this.EditorType = EditorType;
|
||||
|
||||
this.state = {
|
||||
Method: 'editor',
|
||||
formValidationError: '',
|
||||
|
||||
Reference in New Issue
Block a user