]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix icons variable assignment 28961/head
authorTatjana Dehler <tdehler@suse.com>
Wed, 10 Jul 2019 14:40:21 +0000 (16:40 +0200)
committerTatjana Dehler <tdehler@suse.com>
Wed, 10 Jul 2019 14:40:21 +0000 (16:40 +0200)
Fixes: https://tracker.ceph.com/issues/40717
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.component.ts

index 07eaf3362f28bf5bbbbd34c4842929949b5840b3..3c28b82761beb86bc93a71855aa863865b8b400e 100644 (file)
@@ -25,7 +25,7 @@ export class ConfigOptionComponent implements OnInit {
   @Input()
   optionsFormShowReset = true;
 
-  icons: Icons;
+  icons = Icons;
   options: Array<any> = [];
   optionsFormGroup: CdFormGroup = new CdFormGroup({});