Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yanlinly committed Nov 5, 2018
1 parent 8c9f24c commit b94e6fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions console/src/main/resources/static/build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion console/src/main/resources/static/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ class ListeningToQuery extends React.Component {
if (type === 1) {
var ip = this.getValue('ip');
queryUrl = `/nacos/v1/cs/listener?ip=${ip}`;
let tenant = window.nownamespace || getParams('namespace') || '';
if (tenant) {
queryUrl += '&tenant=' + tenant;
}
} else {
var dataId = this.getValue('dataId');
var group = this.getValue('group');
Expand Down

0 comments on commit b94e6fe

Please sign in to comment.