File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/manager/modules/pci/src/projects/project/storages/instance-backups/add Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 < h1 data-translate ="pci_projects_project_instances_backup_add_title "> </ h1 >
55
66 < form novalidate name ="addBackupInstanceForm "
7- data-ng-submit ="addBackupInstanceForm.$valid && $ctrl.renameInstance () ">
7+ data-ng-submit ="addBackupInstanceForm.$valid && $ctrl.create () ">
88 < div class ="oui-field oui-field_error ">
99 < label for ="backup-region " class ="oui-field__label oui-label "
1010 data-translate ="pci_projects_project_instances_backup_add_region_label "> </ label >
@@ -106,8 +106,8 @@ <h1 data-translate="pci_projects_project_instances_backup_add_title"></h1>
106106
107107 < oui-form-actions
108108 data-ng-if ="!$ctrl.isLoading "
109- data-on-submit ="$ctrl.create() "
110109 data-on-cancel ="$ctrl.goBack() "
110+ data-disabled ="!addBackupInstanceForm.$valid "
111111 data-submit-text ="{{:: 'pci_projects_project_instances_backup_add' | translate }} "
112112 data-cancel-text ="{{:: 'pci_projects_project_instances_backup_add_cancel' | translate }} ">
113113 </ oui-form-actions >
You can’t perform that action at this time.
0 commit comments