]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.ts
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / osd / osd-form / osd-form.component.ts
index e6be9f0ea5c9f92aadc365d0bb8c8b286a59ef51..b38e540ddf2978c6286fad1f16ec66e91588778d 100644 (file)
@@ -61,7 +61,6 @@ export class OsdFormComponent implements OnInit {
   featureList: OsdFeature[] = [];
 
   hasOrchestrator = false;
-  docsUrl: string;
 
   constructor(
     public actionLabels: ActionLabelsI18n,
@@ -104,11 +103,9 @@ export class OsdFormComponent implements OnInit {
   createForm() {
     this.form = new CdFormGroup({
       walSlots: new FormControl(0, {
-        updateOn: 'blur',
         validators: [Validators.min(0)]
       }),
       dbSlots: new FormControl(0, {
-        updateOn: 'blur',
         validators: [Validators.min(0)]
       }),
       features: new CdFormGroup(