mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into com
This commit is contained in:
commit
3edc68d204
@ -114,13 +114,6 @@ public interface DeviceManagementService {
|
||||
@QueryParam("user")
|
||||
@Size(max = 45)
|
||||
String user,
|
||||
@ApiParam(
|
||||
name = "roleName",
|
||||
value = "Role name of the devices to be fetched.",
|
||||
required = false)
|
||||
@QueryParam("roleName")
|
||||
@Size(max = 45)
|
||||
String roleName,
|
||||
@ApiParam(
|
||||
name = "ownership",
|
||||
allowableValues = "BYOD, COPE",
|
||||
|
||||
@ -66,7 +66,6 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
||||
@QueryParam("name") @Size(max = 45) String name,
|
||||
@QueryParam("type") @Size(max = 45) String type,
|
||||
@QueryParam("user") @Size(max = 45) String user,
|
||||
@QueryParam("roleName") @Size(max = 45) String roleName,
|
||||
@QueryParam("ownership") @Size(max = 45) String ownership,
|
||||
@QueryParam("status") @Size(max = 45) String status,
|
||||
@QueryParam("since") String since,
|
||||
|
||||
@ -264,12 +264,12 @@ function loadUsers(searchParam) {
|
||||
};
|
||||
|
||||
return JSON.stringify( json );
|
||||
}
|
||||
};
|
||||
|
||||
var fnCreatedRow = function( nRow, aData, iDataIndex ) {
|
||||
$(nRow).attr('data-type', 'selectable');
|
||||
$(nRow).attr('data-username', aData["username"]);
|
||||
}
|
||||
$(nRow).attr('data-username', aData["filter"]);
|
||||
};
|
||||
|
||||
var columns = [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user