Allow collections import checkbox location changed
This commit is contained in:
parent
ab1d7fef54
commit
659bf1c990
13 changed files with 133 additions and 48 deletions
|
@ -392,5 +392,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
return RemoteDesktopServicesController.ImportCollection(itemId, collectionName);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int GetRemoteDesktopServiceId(int itemId)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetRemoteDesktopServiceId(itemId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue