Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit d0f233d

Browse files
BoykoAlexoodamien
authored andcommitted
Stream create button disabled. Flo with codemirror-minified
1 parent d1876e2 commit d0f233d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ui/src/app/streams/stream-create/stream-create.component.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@
3737
<button id="back-button" type="button" class="btn btn-default" routerLink="/streams">
3838
Cancel
3939
</button>
40-
<button (click)="createStreamDefs()" class="btn btn-primary" type="button">
41-
Create Stream
42-
</button>
40+
<span class="btn" style="padding: 0; cursor: inherit"
41+
tooltip="Disabled whilst stream definition(s) invalid !" [isDisabled]="!isCreateStreamsDisabled" container="body" triggers="click:mouseleave" placement="right">
42+
<button (click)="createStreamDefs()" class="btn btn-primary" type="button" [disabled]="isCreateStreamsDisabled">
43+
Create Stream
44+
</button>
45+
</span>
4346
</app-page-actions>
4447

4548
</app-page>

0 commit comments

Comments
 (0)