Skip to content

Commit

Permalink
Merge pull request #610 from anvithks/masking-view-update
Browse files Browse the repository at this point in the history
Updated masking view UI as per changes made to backend. Added util for creating queryParams
  • Loading branch information
kumarashit authored Jun 26, 2021
2 parents 49a9176 + 6662508 commit 9723464
Show file tree
Hide file tree
Showing 7 changed files with 542 additions and 219 deletions.
3 changes: 1 addition & 2 deletions src/app/business/delfin/delfin-resolver.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export class DelfinResolver implements Resolve<any> {
if(element['quotasExist']){
// Get all the Quotas associated with the Storage device
this.ds.getAllQuotas(element['id']).subscribe((res)=>{
console.log("Quotas fetched")
let quotas = res.json().quotas;
element['quotas'] = quotas;
}, (error)=>{
Expand All @@ -173,4 +172,4 @@ export class DelfinResolver implements Resolve<any> {
resolve(): Observable<any> {
return this.allStorages;
}
}
}
Loading

0 comments on commit 9723464

Please sign in to comment.