Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update to new Hawkular-ui-services specifically HawkularInventory.Fee…
Browse files Browse the repository at this point in the history
…dResource -> HawkularInventory.ResourceUnderFeed.
  • Loading branch information
mtho11 committed Sep 9, 2015
1 parent 552abe9 commit 557cd91
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ module HawkularMetrics {
/// make sure our WS socket is open
HawkularAddDeploymentOps.init(this.NotificationsService);

HawkularInventory.FeedResource.get({
HawkularInventory.ResourceUnderFeed.get({
environmentId: globalEnvironmentId,
tenantId: this.$rootScope.currentPersona.id,
feedId: this.$routeParams.resourceId.split('~')[0],
resourceId: this.$routeParams.resourceId + '~~'
resourcePath: this.$routeParams.resourceId + '~~'
}, (resource:IResourcePath) => {
this._resourcePath = resource;
this.deploymentData.resourcePath = resource.path;
Expand Down

0 comments on commit 557cd91

Please sign in to comment.