diff --git a/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.html b/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.html index ce48b1e66a..ba8e24c302 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.html +++ b/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.html @@ -28,67 +28,63 @@
-
- - -
- - -
-
+ + +
+ + +
-
- - - - admin.slack-settings - - -
-
- - -
- - - admin.slack-api-token - - - - - - admin.mobile-settings - - - - - - - - - - - -
-
+ + + + admin.slack-settings + + +
+
+ + +
+ + + admin.slack-api-token + + + + + + admin.mobile-settings + + + + + + + + + + + +
diff --git a/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.scss b/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.scss index 088ce92552..b8b195dff2 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.scss +++ b/ui-ngx/src/app/modules/home/pages/admin/sms-provider.component.scss @@ -16,6 +16,7 @@ :host { .mat-mdc-card-header { align-items: center; + min-height: 64px; } .mdc-card__actions { diff --git a/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.componet.ts b/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.componet.ts index 10a0b96540..0262ef88cb 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.componet.ts +++ b/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.componet.ts @@ -328,6 +328,7 @@ export class SentNotificationDialogComponent extends return '/settings/outgoing-mail'; case NotificationDeliveryMethod.SMS: case NotificationDeliveryMethod.SLACK: + case NotificationDeliveryMethod.MOBILE_APP: return '/settings/notifications'; } }