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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
4 additions and
5 deletions
-
ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.html
-
ui-ngx/src/app/modules/home/pages/mobile/applications/mobile-app.component.scss
-
ui-ngx/src/app/modules/home/pages/mobile/qr-code-widget/mobile-qr-code-widget-settings.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"> |
|
|
|
|
|
|
|
@ -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); |
|
|
|
} |
|
|
|
|
|
|
|
@ -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> |
|
|
|
|