This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ui/src/app/streams/stream-create-dialog Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ <h4 class="modal-title pull-left">Create Stream</h4>
4
4
< span aria-hidden ="true "> ×</ span >
5
5
</ button >
6
6
</ div >
7
- < div class ="modal-body " [formGroup] ="form " [ngBusy] ="busy ">
7
+ < form name =" form-creation " (submit) =" handleOk() " class ="modal-body " [formGroup] ="form " [ngBusy] ="busy ">
8
8
< div *ngIf ="errors && errors.length > 0 " class ="dialog-validation ">
9
9
< div *ngFor ="let error of errors ">
10
10
< label class ="glyphicon glyphicon-exclamation-sign dialog-error-sign "> {{error}}</ label >
@@ -50,8 +50,8 @@ <h4 class="modal-title pull-left">Create Stream</h4>
50
50
< progressbar animate ="true " [value] ="progressData.percent " type ="success "> < b > {{progressData.percent}}%</ b >
51
51
</ progressbar >
52
52
</ div >
53
- </ div >
53
+ </ form >
54
54
< div class ="modal-footer ">
55
55
< button type ="button " class ="btn btn-default " (click) ="handleCancel() "> Close</ button >
56
- < button type ="button " class ="btn btn-default " (click) =" handleOk() " [disabled] ="!canSubmit() "> OK</ button >
56
+ < button type ="submit " class ="btn btn-default " [disabled] ="!canSubmit() "> OK</ button >
57
57
</ div >
You can’t perform that action at this time.
0 commit comments