Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<ng-container *ngIf="viewSchema && !subscriptionRequired">
<ng-container formGroupName="config">
<mat-accordion class="full-width">
<mat-expansion-panel [expanded]="serviceForm.getRawValue().type">
<mat-expansion-panel [expanded]="!serviceForm.getRawValue().type">
<mat-expansion-panel-header>{{
'services.config' | transloco
'services.options' | transloco
}}</mat-expansion-panel-header>
<div class="details-section">
<ng-container *ngFor="let item of viewSchema">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
}
},
"logs": {
"nav": "Logs",
"nav": "Logstash",
"header": "{{nav.system-settings.logs.nav}}",
"create": {
"header": "Create Log"
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/services/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"details": "Details",
"definition": "Service Definition",
"config": "Configuration",
"options": "Advanced Options",
"controls": {
"serviceType": {
"label": "Service Type",
Expand Down