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

Commit

Permalink
Merge pull request #381 from hawkular/add-services-directory
Browse files Browse the repository at this point in the history
Add a services directory and add several of the services to it
  • Loading branch information
mtho11 committed Jul 30, 2015
2 parents 81b56b6 + 1b7ee3c commit 6941807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/// limitations under the License.
///

/// <reference path="metricsPlugin.ts"/>
/// <reference path="../metricsPlugin.ts"/>
/// @TODO Move to shared service location

module HawkularMetrics {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/// limitations under the License.
///

/// <reference path="metricsPlugin.ts"/>
/// <reference path="../metricsPlugin.ts"/>
/*
TODO
Move to shared service location
Expand Down
2 changes: 1 addition & 1 deletion console/src/main/scripts/plugins/metrics/ts/urlList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/// <reference path='alertsManager.ts'/>
/// <reference path='pagination.ts'/>
/// <reference path='errorManager.ts'/>
/// <reference path='notificationService.ts'/>
/// <reference path='services/notificationService.ts'/>

module HawkularMetrics {

Expand Down

0 comments on commit 6941807

Please sign in to comment.