mirror of https://github.com/apache/cloudstack.git
fix volumes search filter (#11168)
This commit is contained in:
parent
80f46ad55d
commit
1cbf1cd2cd
|
|
@ -978,7 +978,7 @@ export default {
|
|||
},
|
||||
fetchVolumes (searchKeyword) {
|
||||
return new Promise((resolve, reject) => {
|
||||
api('listvolumes', { listAll: true, isencrypted: searchKeyword }).then(json => {
|
||||
api('listVolumes', { listAll: true, isencrypted: searchKeyword }).then(json => {
|
||||
const volumes = json.listvolumesresponse.volume
|
||||
resolve({
|
||||
type: 'isencrypted',
|
||||
|
|
|
|||
Loading…
Reference in New Issue