Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
feat: Enable Save provisioning configuration while provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Borys Ponomarenko committed Mar 13, 2017
1 parent 1bcb728 commit c3afb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div class="col-sm-2">
<button class="btn btn-secondary"
type="submit"
[disabled]="!createForm.valid || !confForm.valid || disabled">
[disabled]="!createForm.valid || !confForm.valid">
Save
</button>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/app/environments/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
header="Provision new environment"
[in-progress]="creating"
(action)="createEnvironment($event)"
(cancel)="createDialog.hide()"
action-text="Provision"
[action-disabled]="!createForm?.isValid">
<ac-create-form #createForm
Expand Down

0 comments on commit c3afb6f

Please sign in to comment.