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

Commit e808236

Browse files
committed
Stream page: fix stream name
Resolves #849
1 parent b02c233 commit e808236

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="heading">
44
<div class="description">
5-
<h1>Detailed view of stream <strong>'{{ id }}'</strong></h1>
5+
<h1>Detailed view of stream <strong>'{{ streamDefinitions.name }}'</strong></h1>
66
<p>This section shows the details of a stream.</p>
77
</div>
88
</div>

ui/src/app/streams/stream/stream.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ import { EMPTY } from 'rxjs/index';
2626

2727
export class StreamComponent implements OnInit {
2828

29-
/**
30-
* Stream ID
31-
*/
32-
id: string;
33-
3429
/**
3530
* Observable of StreamDefinition
3631
*/

0 commit comments

Comments
 (0)