ui: Change query param name for service instance listing from nspace to ns (#8852)
This commit is contained in:
parent
50efe14f3e
commit
8b0ed0ff01
|
@ -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