]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-import-modal/bootstrap-import-modal.component.html
import ceph quincy 17.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / mirroring / bootstrap-import-modal / bootstrap-import-modal.component.html
index 3770ef099a6b69d29ffb27be440a1aff67009f58..23372d3837c837eeb3454d452576d4316851354d 100644 (file)
@@ -40,7 +40,7 @@
           </label>
           <select id="direction"
                   name="direction"
-                  class="form-control custom-select"
+                  class="form-control"
                   formControlName="direction">
             <option *ngFor="let direction of directions"
                     [value]="direction.key">{{ direction.desc }}</option>