Skip to content

Commit

Permalink
Merge branch 'develop' into 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkorange committed Dec 14, 2018
2 parents b35b483 + d647972 commit 71f1d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ServiceList extends React.Component {
onOk: () => {
request({
method: 'DELETE',
url: `v1/ns/service/remove?serviceName=${serviceName}`,
url: `v1/ns/service?serviceName=${serviceName}`,
dataType: 'text',
beforeSend: () => this.openLoading(),
success: res => {
Expand Down
2 changes: 1 addition & 1 deletion console/src/main/resources/static/js/main.js

Large diffs are not rendered by default.

0 comments on commit 71f1d94

Please sign in to comment.