Skip to content

Commit

Permalink
feat(managed): add managed resource data to load balancer groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Munson authored and erikmunson committed Nov 5, 2019
1 parent a6d7756 commit aaa349b
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 34 deletions.
2 changes: 2 additions & 0 deletions app/scripts/modules/core/src/domain/ILoadBalancer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ export interface ILoadBalancerGroup {
serverGroups?: IServerGroup[];
subgroups?: ILoadBalancerGroup[];
searchField?: string;
isManaged?: boolean;
managedResourceSummary?: IManagedResourceSummary;
}
Loading

0 comments on commit aaa349b

Please sign in to comment.