Full desktop connection icon
This commit is contained in:
parent
128fdaaa0b
commit
68375df8fc
7 changed files with 54 additions and 3 deletions
|
@ -1300,6 +1300,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
List<RemoteApplication> remoteAppsToAdd = remoteApps.Where(x => !existingCollectionApps.Select(p => p.DisplayName).Contains(x.DisplayName)).ToList();
|
||||
foreach (var app in remoteAppsToAdd)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(app.RequiredCommandLine))
|
||||
{
|
||||
app.RequiredCommandLine = string.Format("/v:{0}", collection.Servers.First().FqdName);
|
||||
}
|
||||
|
||||
AddRemoteApplicationToCollection(itemId, collection, app);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue