File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
springwolf-ui/src/app/channels Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,10 @@ button {
19
19
padding : 6px ;
20
20
font-size : small;
21
21
font-weight : bold;
22
+ }
23
+
24
+ .payload-name {
25
+ background-color : # E0E0E0 ;
26
+ border-radius : 4px ;
27
+ padding : 6px ;
22
28
}
Original file line number Diff line number Diff line change 1
1
< section >
2
+ < mat-divider > </ mat-divider >
3
+ < div fxLayout fxLayoutAlign ="flex-start center " fxLayoutGap ="12px ">
4
+ < div class ="property-badge "> Payload</ div >
5
+ < h4 > {{ operation.message.title }}</ h4 >
6
+ < div class ="payload-name "> {{ operation.message.name }}</ div >
7
+ </ div >
2
8
< div *ngIf ="kafkaBinding.groupId " fxLayout fxLayoutAlign ="flex-start center " fxLayoutGap ="12px ">
3
9
< div class ="property-badge "> Group ID</ div >
4
10
< h4 > {{ kafkaBinding.groupId }}</ h4 >
Original file line number Diff line number Diff line change 9
9
mat-divider {
10
10
height : 20px ;
11
11
}
12
-
13
- .payload-name {
14
- background-color : # E0E0E0 ;
15
- border-radius : 4px ;
16
- padding : 6px ;
17
- }
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ <h1>Channels</h1>
5
5
< mat-panel-title fxLayout fxLayoutAlign ="flex-start center " fxLayoutGap ="16px ">
6
6
< div class ="operation-badge "> {{ channel.value.operation.type === "SUBSCRIBE" ? "CONSUMER" : "PRODUCER" }}</ div >
7
7
< h3 > {{ channel.key }}</ h3 >
8
- < mat-divider vertical > </ mat-divider >
9
- < h4 > {{ channel.value.operation.message.title }}</ h4 >
10
- < div class ="payload-name "> {{ channel.value.operation.message.name }}</ div >
11
8
</ mat-panel-title >
12
9
</ mat-expansion-panel-header >
13
10
< app-channel-main [channelName] ="channel.key " [operation] ="channel.value.operation "> </ app-channel-main >
You can’t perform that action at this time.
0 commit comments