mirror of
https://github.com/ceph/ceph
synced 2025-01-13 14:33:36 +00:00
mgr/dashboard: fix icons variable assignment (#28961)
mgr/dashboard: fix icons variable assignment Reviewed-by: Tiago Melo <tmelo@suse.com> Reviewed-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
commit
006b1f31ae
@ -25,7 +25,7 @@ export class ConfigOptionComponent implements OnInit {
|
||||
@Input()
|
||||
optionsFormShowReset = true;
|
||||
|
||||
icons: Icons;
|
||||
icons = Icons;
|
||||
options: Array<any> = [];
|
||||
optionsFormGroup: CdFormGroup = new CdFormGroup({});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user