mirror of https://github.com/status-im/consul.git
ui: Change query param name for service instance listing from nspace to ns (#8852)
This commit is contained in:
parent
eb4bc23a03
commit
0d0de43098
|
@ -7,7 +7,7 @@ export default RepositoryService.extend({
|
|||
findByService: function(slug, dc, nspace, configuration = {}) {
|
||||
const query = {
|
||||
dc: dc,
|
||||
nspace: nspace,
|
||||
ns: nspace,
|
||||
id: slug,
|
||||
};
|
||||
if (typeof configuration.cursor !== 'undefined') {
|
||||
|
|
Loading…
Reference in New Issue