]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #35370 from tspmelo/wip-ng-modal
authorLenz Grimmer <lgrimmer@suse.com>
Tue, 30 Jun 2020 09:51:04 +0000 (11:51 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 09:51:04 +0000 (11:51 +0200)
mgr/dashboard: Use ng-bootstrap for Modal

Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss

index fe429666596f1783a05670f63bb659f1b83a9f64,73ce56b9920a0500d748eac144acc00ff1196300..05ba40f50373ae09c0610a12ec6fd4a9a9f9153f
  
  ::ng-deep .modal-body {
    max-height: 70vh;
 -  overflow-y: auto;
    overflow-x: hidden;
 +  overflow-y: auto;
  }
+ button.close {
+   outline: none;
+ }