ui: Change query param name for service instance listing from nspace to ns (#8852)

This commit is contained in:
John Cowen 2020-10-07 15:08:13 +01:00 committed by GitHub
parent 50efe14f3e
commit 8b0ed0ff01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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') {