Skip to content

Commit

Permalink
Merge 9b75e1c into 6a162b4
Browse files Browse the repository at this point in the history
  • Loading branch information
vibakar committed Oct 31, 2017
2 parents 6a162b4 + 9b75e1c commit f9799b4
Show file tree
Hide file tree
Showing 347 changed files with 40,035 additions and 11,083 deletions.
4 changes: 2 additions & 2 deletions frontend/app/apiList/apiList.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
angular.module('serviceCenter')
.constant('apiConstant', {
endPoint :{
url : 'http://127.0.0.1',
ip : 'http://127.0.0.1',
port: '30100'
},
// v4 api's
Expand All @@ -41,7 +41,7 @@ angular.module('serviceCenter')
method: 'GET'
},
allServices: {
url: 'v4/default/govern/microservices',
url: 'v4/default/govern/microservices?options=instances,dependencies',
method: 'GET'
},
deleteService: {
Expand Down
6 changes: 3 additions & 3 deletions frontend/app/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap-sass-official": "^3.2.0",
"angular-animate": "^1.4.0",
"angular-aria": "^1.4.0",
"angular-messages": "^1.4.0",
"angular-resource": "^1.4.0",
"angular-route": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-ui-router": "^0.2.18",
"angular-translate-loader-static-files": "^2.11.0",
Expand All @@ -19,7 +17,9 @@
"angular-chart.js": "^1.1.1",
"angular-swagger-ui": "^0.4.4",
"angular-yamljs": "*",
"yamljs": "^0.1.5"
"yamljs": "^0.1.5",
"jszip": "Stuk/jszip#^3.1.4",
"bootstrap": "^3.3.7"
},
"devDependencies": {
"angular-mocks": "^1.4.0",
Expand Down
20 changes: 0 additions & 20 deletions frontend/app/bower_components/angular-route/.bower.json

This file was deleted.

21 changes: 0 additions & 21 deletions frontend/app/bower_components/angular-route/LICENSE.md

This file was deleted.

68 changes: 0 additions & 68 deletions frontend/app/bower_components/angular-route/README.md

This file was deleted.

0 comments on commit f9799b4

Please sign in to comment.