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 = {}) {
|
findByService: function(slug, dc, nspace, configuration = {}) {
|
||||||
const query = {
|
const query = {
|
||||||
dc: dc,
|
dc: dc,
|
||||||
nspace: nspace,
|
ns: nspace,
|
||||||
id: slug,
|
id: slug,
|
||||||
};
|
};
|
||||||
if (typeof configuration.cursor !== 'undefined') {
|
if (typeof configuration.cursor !== 'undefined') {
|
||||||
|
|
Loading…
Reference in New Issue