Skip to content

Commit

Permalink
frontend: fix list pvs status error
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmguo committed Feb 25, 2019
1 parent 341920c commit 7045335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export class ListPersistentVolumeClaimComponent implements OnInit, OnDestroy {
if (!tplStatusMap[stat.templateId]) {
tplStatusMap[stat.templateId] = Array<PublishStatus>();
}
tplStatusMap[stat.templateId].push(state);
tplStatusMap[stat.templateId].push(stat);
}
}
this.tplStatusMap = tplStatusMap;
Expand Down

0 comments on commit 7045335

Please sign in to comment.