Skip to content

Commit

Permalink
preparation for resource tree changes
Browse files Browse the repository at this point in the history
Signed-off-by: reggie <[email protected]>
  • Loading branch information
reggie-k committed Dec 23, 2023
1 parent e6f2ed8 commit 8fefa8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/app/shared/services/applications-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,9 @@ export class ApplicationsService {
},
data
);
/* REMOVE ME WHEN FIXED ON BACKEND SIDE*/
(data as models.ApplicationSet).status.resources[0].kind = 'Application';
(data as models.ApplicationSet).status.resources[0].group = 'argoproj.io';
return data as models.ApplicationSet;
}
}
Expand Down

0 comments on commit 8fefa8a

Please sign in to comment.