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

Commit

Permalink
Rebase fixes and move to ui-services 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Sep 9, 2015
1 parent c4755fc commit 42f19ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion console/src/main/scripts/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ngInfiniteScroll": "1.2.1",
"bootstrap-select": "1.6",
"hawkular-charts": "0.5.0",
"hawkular-ui-services": "0.6.7",
"hawkular-ui-services": "0.6.11",
"hawtio-core-navigation": "2.0.51",
"hawtio-core": "2.0.18",
"hawtio-template-cache": "2.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module HawkularMetrics {
'Application Server.');
$location.path('/hawkular-ui/app/app-list');
};
var checkAppServerExists = () => {
var checkAppServerExists = function() {
var idParts = $route.current.params.resourceId.split('~');
if (idParts.length !== 2) {
redirectMissingAppServer();
Expand Down

0 comments on commit 42f19ea

Please sign in to comment.