Alert 창 크기 수정 누락본 추가.
This commit is contained in:
parent
10188dea22
commit
96e0b7b5dd
|
@ -405,6 +405,7 @@ export class OrganizationComponent implements OnInit, OnDestroy {
|
||||||
AlertDialogData,
|
AlertDialogData,
|
||||||
AlertDialogResult
|
AlertDialogResult
|
||||||
>(AlertDialogComponent, {
|
>(AlertDialogComponent, {
|
||||||
|
panelClass: 'miniSize-dialog',
|
||||||
data: {
|
data: {
|
||||||
title: this.translateService.instant('call.errors.label'),
|
title: this.translateService.instant('call.errors.label'),
|
||||||
html: this.translateService.instant('call.errors.cannotCallToUser')
|
html: this.translateService.instant('call.errors.cannotCallToUser')
|
||||||
|
@ -459,6 +460,7 @@ export class OrganizationComponent implements OnInit, OnDestroy {
|
||||||
AlertDialogData,
|
AlertDialogData,
|
||||||
AlertDialogResult
|
AlertDialogResult
|
||||||
>(AlertDialogComponent, {
|
>(AlertDialogComponent, {
|
||||||
|
panelClass: 'miniSize-dialog',
|
||||||
data: {
|
data: {
|
||||||
title: this.translateService.instant('call.errors.label'),
|
title: this.translateService.instant('call.errors.label'),
|
||||||
html: this.translateService.instant(
|
html: this.translateService.instant(
|
||||||
|
@ -479,6 +481,7 @@ export class OrganizationComponent implements OnInit, OnDestroy {
|
||||||
AlertDialogData,
|
AlertDialogData,
|
||||||
AlertDialogResult
|
AlertDialogResult
|
||||||
>(AlertDialogComponent, {
|
>(AlertDialogComponent, {
|
||||||
|
panelClass: 'miniSize-dialog',
|
||||||
data: {
|
data: {
|
||||||
title: this.translateService.instant('sms.errors.label'),
|
title: this.translateService.instant('sms.errors.label'),
|
||||||
html: this.translateService.instant('sms.errors.haveNoPermission')
|
html: this.translateService.instant('sms.errors.haveNoPermission')
|
||||||
|
|
|
@ -423,6 +423,7 @@ export class IntegratedSearchDialogComponent implements OnInit, OnDestroy {
|
||||||
AlertDialogData,
|
AlertDialogData,
|
||||||
AlertDialogResult
|
AlertDialogResult
|
||||||
>(AlertDialogComponent, {
|
>(AlertDialogComponent, {
|
||||||
|
panelClass: 'miniSize-dialog',
|
||||||
data: {
|
data: {
|
||||||
title: this.translateService.instant('call.errors.label'),
|
title: this.translateService.instant('call.errors.label'),
|
||||||
html: this.translateService.instant('call.errors.cannotCallToUser')
|
html: this.translateService.instant('call.errors.cannotCallToUser')
|
||||||
|
@ -477,6 +478,7 @@ export class IntegratedSearchDialogComponent implements OnInit, OnDestroy {
|
||||||
AlertDialogData,
|
AlertDialogData,
|
||||||
AlertDialogResult
|
AlertDialogResult
|
||||||
>(AlertDialogComponent, {
|
>(AlertDialogComponent, {
|
||||||
|
panelClass: 'miniSize-dialog',
|
||||||
data: {
|
data: {
|
||||||
title: this.translateService.instant('call.errors.label'),
|
title: this.translateService.instant('call.errors.label'),
|
||||||
html: this.translateService.instant(
|
html: this.translateService.instant(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user