File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
frontend/mqtt-mapping/src/mqtt-configuration Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ <h4 class="card-title">
99
99
</ c8y-messages >
100
100
</ div >
101
101
< div class ="col-lg-6 ">
102
- < label class ="c8y-switch " title ="{{ 'Active ' | translate }} ">
102
+ < label class ="c8y-switch " title ="{{ 'Is active ' | translate }} ">
103
103
< input type ="checkbox " formControlName ="active " [ngModel] ="isBrokerActivated " disabled ="true " />
104
104
< span > </ span >
105
105
< span >
106
- {{ 'Active '}}
106
+ {{ 'Is active '}}
107
107
</ span >
108
108
</ label >
109
109
</ div >
@@ -113,9 +113,9 @@ <h4 class="card-title">
113
113
</ div >
114
114
< div class ="card-footer text-center ">
115
115
< div class ="form-group ">
116
- < button type ="button " name ="update " class ="btn btn-primary " (click) ="clickedUpdateConnectionConfiguration () "
116
+ < button type ="button " name ="save " class ="btn btn-primary " (click) ="clickedSaveConnectionConfiguration () "
117
117
[disabled] ="!connectionForm.valid " translate >
118
- Update
118
+ Save
119
119
</ button >
120
120
< button type ="button " name ="connect " class ="btn btn-primary " (click) ="clickedConnect() "
121
121
[disabled] ="isBrokerConnected " translate >
@@ -173,8 +173,8 @@ <h4 class="card-title">
173
173
</ div >
174
174
< div class ="card-footer text-center ">
175
175
< div class ="form-group ">
176
- < button type ="button " name ="update " class ="btn btn-primary " (click) ="clickedUpdateServiceConfiguration () " translate >
177
- Update Service
176
+ < button type ="button " name ="update " class ="btn btn-primary " (click) ="clickedSaveServiceConfiguration () " translate >
177
+ Save
178
178
</ button >
179
179
</ div >
180
180
</ div >
Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ export class BokerConfigurationComponent implements OnInit {
114
114
this . showTerminateConnectionModal ( ) ;
115
115
}
116
116
117
- async clickedUpdateConnectionConfiguration ( ) {
117
+ async clickedSaveConnectionConfiguration ( ) {
118
118
this . updateConnectionConfiguration ( ) ;
119
119
}
120
120
121
- async clickedUpdateServiceConfiguration ( ) {
121
+ async clickedSaveServiceConfiguration ( ) {
122
122
this . updateServiceConfiguration ( ) ;
123
123
}
124
124
You can’t perform that action at this time.
0 commit comments