PMCORE-3325
This commit is contained in:
@@ -60,6 +60,16 @@ export let filters = {
|
||||
keys: {},
|
||||
});
|
||||
},
|
||||
/**
|
||||
* Service to get the process list
|
||||
*/
|
||||
processListPaged(data) {
|
||||
return Api.get({
|
||||
service: "PROCESSES",
|
||||
params: data,
|
||||
keys: {},
|
||||
});
|
||||
},
|
||||
/**
|
||||
* Service to get the users list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user