From: Nizamudeen A Date: Mon, 29 Dec 2025 11:27:23 +0000 (+0530) Subject: Merge pull request #66713 from rhcs-dashboard/upgrade-angular X-Git-Tag: v21.0.0~547 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=edd17ba50ff64447529caabe2d74b54b2279c7d9;p=ceph.git Merge pull request #66713 from rhcs-dashboard/upgrade-angular mgr/dashboard: upgrade angular to 19 --- edd17ba50ff64447529caabe2d74b54b2279c7d9 diff --cc src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.ts index 521d9cefffab,e89d03e9e1c3..7b479b75ce49 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.ts @@@ -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();