mirror of https://github.com/apache/cloudstack.git
We can't search for category, only categoryid
This commit is contained in:
parent
f6b5e15bc5
commit
8e751ce63f
|
|
@ -30,7 +30,7 @@ export default {
|
|||
docHelp: 'adminguide/service_offerings.html#compute-and-disk-service-offerings',
|
||||
icon: 'cloud-outlined',
|
||||
permission: ['listServiceOfferings'],
|
||||
searchFilters: ['name', 'gpuenabled', 'zoneid', 'domainid', 'cpunumber', 'cpuspeed', 'memory', 'category'],
|
||||
searchFilters: ['name', 'gpuenabled', 'zoneid', 'domainid', 'cpunumber', 'cpuspeed', 'memory', 'categoryid'],
|
||||
params: () => {
|
||||
var params = {}
|
||||
if (['Admin', 'DomainAdmin'].includes(store.getters.userInfo.roletype)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue