Browse Source

Merge pull request #13725 from vvlladd28/bug/mobile-center/minor-fix

Fixed minor bug in mobile center
pull/13737/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
0cbfca3c93
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.html
  2. 2
      ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.scss
  3. 5
      ui-ngx/src/app/modules/home/pages/mobile/qr-code-widget/mobile-qr-code-widget-settings.component.html

2
ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.html

@ -15,7 +15,7 @@
limitations under the License.
-->
<section class="mat-padding flex flex-col" [formGroup]="entityForm">
<section class="mat-padding tb-form-panel outlined" [formGroup]="entityForm">
<mat-form-field appearance="outline" subscriptSizing="dynamic">
<mat-label translate>mobile.mobile-package</mat-label>
<input matInput required formControlName="pkgName">

2
ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.scss

@ -14,5 +14,5 @@
* limitations under the License.
*/
:host {
--mdc-outlined-text-field-outline-color: rgba(0,0,0,0.12);
--mat-form-field-disabled-trailing-icon-color: rgba(0, 0, 0, 0.56);
}

5
ui-ngx/src/app/modules/home/pages/mobile/qr-code-widget/mobile-qr-code-widget-settings.component.html

@ -39,10 +39,9 @@
<div class="fixed-title-width-230">{{ 'mobile.bundle' | translate }}</div>
<tb-entity-autocomplete
class="flex-1"
inlineField
useFullEntityId
appearance="outline"
subscriptSizing="dynamic"
[additionalClasses]="['flex']"
placeholder="{{ 'mobile.bundle' | translate }}"
[entityType]="entityType.MOBILE_APP_BUNDLE"
formControlName="mobileAppBundleId">
</tb-entity-autocomplete>

Loading…
Cancel
Save