]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #66713 from rhcs-dashboard/upgrade-angular
authorNizamudeen A <nia@redhat.com>
Mon, 29 Dec 2025 11:27:23 +0000 (16:57 +0530)
committerGitHub <noreply@github.com>
Mon, 29 Dec 2025 11:27:23 +0000 (16:57 +0530)
mgr/dashboard: upgrade angular to 19

1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.ts

index 521d9cefffab14a183ea6b16d59ab97101a32452,e89d03e9e1c35abe7bf01862f0d3c9da98cb7b6d..7b479b75ce49e6bb5194ef389d4fe3f4d7e93905
@@@ -17,12 -17,10 +17,13 @@@ import { TaskWrapperService } from '~/a
  @Component({
    selector: 'cd-crush-rule-form-modal',
    templateUrl: './crush-rule-form-modal.component.html',
-   styleUrls: ['./crush-rule-form-modal.component.scss']
+   styleUrls: ['./crush-rule-form-modal.component.scss'],
+   standalone: false
  })
  export class CrushRuleFormModalComponent extends CrushNodeSelectionClass implements OnInit {
 +  @ViewChild(FormGroupDirective)
 +  formDir: FormGroupDirective;
 +
    @Output()
    submitAction = new EventEmitter();