revamp services for pulling in the search options

This commit is contained in:
John Mitchell
2015-08-20 11:37:00 -04:00
parent 9705a90d43
commit c67a9031ca
9 changed files with 106 additions and 65 deletions

View File

@@ -213,16 +213,7 @@ export default
permission_type: {
label: 'Permission',
ngBind: 'getPermissionText()',
searchType: 'select',
searchOptions: [
{ name: "Read Inventory", value: "read" },
{ name: "Edit Inventory", value: "write" },
{ name: "Administrate Inventory", value: "admin" },
{ name: "Deploy to Inventory", value: "run" },
{ name: "Deploy to Inventory (Dry Run)", value: "check" },
{ name: "Scan an Inventory", value: "scan" },
{ name: "Create a Job Template", value: "create" }
]
searchType: 'select'
}
},