Browse Source

UI: make credentials expansion paned expanded by default

pull/13590/head
Artem Dzhereleiko 1 year ago
parent
commit
aea21e8dad
  1. 2
      ui-ngx/src/app/modules/home/components/rule-node/common/credentials-config.component.html

2
ui-ngx/src/app/modules/home/components/rule-node/common/credentials-config.component.html

@ -16,7 +16,7 @@
-->
<section [formGroup]="credentialsConfigFormGroup" class="flex flex-col">
<mat-expansion-panel class="tb-credentials-config-panel-group">
<mat-expansion-panel class="tb-credentials-config-panel-group" expanded="true">
<mat-expansion-panel-header>
<mat-panel-title translate>rule-node-config.credentials</mat-panel-title>
<mat-panel-description>

Loading…
Cancel
Save