We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f46ad commit 1cbf1cdCopy full SHA for 1cbf1cd
ui/src/components/view/SearchView.vue
@@ -978,7 +978,7 @@ export default {
978
},
979
fetchVolumes (searchKeyword) {
980
return new Promise((resolve, reject) => {
981
- api('listvolumes', { listAll: true, isencrypted: searchKeyword }).then(json => {
+ api('listVolumes', { listAll: true, isencrypted: searchKeyword }).then(json => {
982
const volumes = json.listvolumesresponse.volume
983
resolve({
984
type: 'isencrypted',
0 commit comments