aktueller Stand
This commit is contained in:
@@ -1,59 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<F4SD-CopyTemplate-Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="F4SD-CopyTemplate-Configuration.xsd">
|
||||
<CopyTemplates Default="Ticket Information" >
|
||||
<CopyTemplate Name="Ticket Information">
|
||||
<Name Lang="DE">Ticket Information</Name>
|
||||
<CopyTemplates Default="Ticket-Information-Computer">
|
||||
<CopyTemplate Name="Ticket-Information-Computer">
|
||||
<Name Lang="DE">Ticket-Information-Computer</Name>
|
||||
<Description Lang="EN">Transfers the relevant information for ticket creation to the clipboard.</Description>
|
||||
<Description Lang="DE">Überträgt die relevanten Informationen für eine Ticket Erstellung in den Zwischenspeicher.</Description>
|
||||
<Icon Name="misc_ticket" IconType="intern"/>
|
||||
<CopyContent Format="UNICODE">%DeviceName.Label% %DeviceName.Value%
|
||||
%UserFullName.Label% %UserFullName.Value%
|
||||
%UserAccount.Label% %UserAccount.Value%
|
||||
%DeviceModel.Label% %DeviceModel.Value%
|
||||
%OsInfo.Label% %OsInfo.Value%
|
||||
%IpAddress.Label% %IpAddress.Value%
|
||||
%LastSeenCalc.Label% %LastSeenCalc.Value%</CopyContent>
|
||||
<CopyContent Format="HTML"><table border="1" cellpadding="5,1,5,1"><tbody>
|
||||
<tr><td><em>%DeviceName.Label%</em></td><td style="color: #0000ff;">%DeviceName.Value%</td></tr>
|
||||
<tr><td><em>%UserFullName.Label%</em></td><td>%UserFullName.Value%</td></tr>
|
||||
<tr><td><em>%UserAccount.Label%</em></td><td>%UserAccount.Value%</td></tr>
|
||||
<tr><td><em>%OsInfo.Label%</em></td><td>%OsInfo.Value%</td></tr>
|
||||
<tr><td><em>%IpAddress.Label%</em></td><td>%IpAddress.Value%</td></tr>
|
||||
<tr><td><em>%LastSeenCalc.Label%</em></td><td>%LastSeenCalc.Value%</td></tr>
|
||||
</tbody></table></CopyContent>
|
||||
<CopyContent Format="UNICODE">
|
||||
%DeviceName.Label% %DeviceName.Value%
|
||||
%UserFullName.Label% %UserFullName.Value%
|
||||
%UserAccount.Label% %UserAccount.Value%
|
||||
%DeviceModel.Label% %DeviceModel.Value%
|
||||
%OsInfo.Label% %OsInfo.Value%
|
||||
%IpAddress.Label% %IpAddress.Value%
|
||||
%LastBoot.Label% %LastBoot.Value%
|
||||
%LastSeen.Label% %LastSeen.Value%
|
||||
</CopyContent>
|
||||
<CopyContent Format="HTML">
|
||||
<table border="1" cellpadding="5,1,5,1"><tbody>
|
||||
<tr><td><em>%DeviceName.Label%</em></td><td style="color: #0000ff;">%DeviceName.Value%</td></tr>
|
||||
<tr><td><em>%UserFullName.Label%</em></td><td>%UserFullName.Value%</td></tr>
|
||||
<tr><td><em>%UserAccount.Label%</em></td><td>%UserAccount.Value%</td></tr>
|
||||
<tr><td><em>%OsInfo.Label%</em></td><td>%OsInfo.Value%</td></tr>
|
||||
<tr><td><em>%IpAddress.Label%</em></td><td>%IpAddress.Value%</td></tr>
|
||||
<tr><td><em>%LastBoot.Label%</em></td><td>%LastBoot.Value%</td></tr>
|
||||
<tr><td><em>%LastSeen.Label%</em></td><td>%LastSeen.Value%</td></tr>
|
||||
</tbody></table>
|
||||
</CopyContent>
|
||||
</CopyTemplate>
|
||||
<CopyTemplate Name="Ticket Information-VM">
|
||||
<Name Lang="DE">Ticket Information-VM</Name>
|
||||
<Description Lang="EN">Transfers the relevant information for ticket creation to the clipboard.</Description>
|
||||
<Description Lang="DE">Überträgt die relevanten Informationen für eine Ticket Erstellung in den Zwischenspeicher.</Description>
|
||||
<Icon Name="misc_ticket" IconType="intern"/>
|
||||
<CopyContent Format="UNICODE">
|
||||
%VirtualSessionName.Label% %VirtualSessionName.Value%
|
||||
%DNSName.Label% %DNSName.Value%
|
||||
%DomainName.Label% %DomainName.Value%
|
||||
%HostedMachine.Label% %HostedMachine.Value%
|
||||
|
||||
</CopyContent>
|
||||
<CopyContent Format="HTML">
|
||||
<table border="1" cellpadding="5,1,5,1"><tbody>
|
||||
<tr><td><em>%VirtualSessionName.Label%</em></td><td style="color: #0000ff;">%VirtualSessionName.Value%</td></tr>
|
||||
<tr><td><em>%DNSName.Label%</em></td><td>%DNSName.Value%</td></tr>
|
||||
<tr><td><em>%DomainName.Label%</em></td><td>%DomainName.Value%</td></tr>
|
||||
<tr><td><em>%HostedMachine.Label%</em></td><td>%HostedMachine.Value%</td></tr>
|
||||
</tbody></table>
|
||||
</CopyContent>
|
||||
</CopyTemplate>
|
||||
<CopyTemplate Name="Computer name">
|
||||
<Name Lang="DE">Computer Name</Name>
|
||||
<Section>DemoActions</Section>
|
||||
<Icon Name="misc_computer" IconType="intern"/>
|
||||
<CopyContent Format="UNICODE">%DeviceName.Value%</CopyContent>
|
||||
<CopyContent Format="UNICODE">%DeviceName.Label% %DeviceName.Value%</CopyContent>
|
||||
</CopyTemplate>
|
||||
<CopyTemplate Name="User name">
|
||||
<Name Lang="DE">Anwendername</Name>
|
||||
<Icon Name="misc_user" IconType="intern"/>
|
||||
<CopyContent Format="UNICODE">%UserFullName.Value%</CopyContent>
|
||||
<CopyContent Format="UNICODE">%UserFullName.Label% %UserFullName.Value%</CopyContent>
|
||||
</CopyTemplate>
|
||||
<CopyTemplate Name="User account">
|
||||
<Name Lang="DE">Anwender Account</Name>
|
||||
<Icon Name="misc_user" IconType="intern"/>
|
||||
<CopyContent Format="UNICODE">%UserAccount.Value%</CopyContent>
|
||||
<CopyContent Format="UNICODE">%UserAccount.Label% %UserAccount.Value%</CopyContent>
|
||||
</CopyTemplate>
|
||||
|
||||
<CopyTemplate Name="Copy last Quick Action">
|
||||
<Name Lang="DE">Letzte Quick Action kopieren</Name>
|
||||
<Section>Ticket</Section>
|
||||
<Icon Name="misc_functionBolt" IconType="intern"/>
|
||||
<CopyContent Format="UNICODE">%F4SD_QuickActionProtocolLast.Value%</CopyContent>
|
||||
<CopyContent Format="HTML">%F4SD_QuickActionProtocolLast.Value%</CopyContent>
|
||||
</CopyTemplate>
|
||||
|
||||
<CopyTemplate Name="Copy Quick Action history" HiddenInTicketDialog="true">
|
||||
<Name Lang="DE">Quick Action Historie kopieren</Name>
|
||||
<Section>Ticket</Section>
|
||||
<Icon Name="misc_copy_bolt" IconType="intern"/>
|
||||
<CopyContent Format="UNICODE">%F4SD_QuickActionProtocol.Value%</CopyContent>
|
||||
<CopyContent Format="HTML">%F4SD_QuickActionProtocol.Value%</CopyContent>
|
||||
</CopyTemplate>
|
||||
|
||||
</CopyTemplates>
|
||||
</F4SD-CopyTemplate-Configuration>
|
||||
@@ -567,7 +567,7 @@
|
||||
<State-Info Name="Primary user" ValueTable="intune-deviceInfo" ValueColumn="userDisplayName">
|
||||
<Name Lang="DE">Hauptbenutzer</Name>
|
||||
</State-Info>
|
||||
<State-Info Name="Last Sync Date" ValueTable="intune-deviceInfo" ValueColumn="lastSyncDateTime">
|
||||
<State-Info Name="Last Sync Date" ValueTable="intune-deviceInfo" ValueColumn="lastSyncDateTime" Display="DATETIME">
|
||||
<Name Lang="DE">Letzte Synchronisation</Name>
|
||||
</State-Info>
|
||||
|
||||
@@ -1289,10 +1289,10 @@
|
||||
<State-Info Name="Session name" ParameterName="VirtualSessionName">
|
||||
<Name Lang="DE">Sessionname</Name>
|
||||
</State-Info>
|
||||
<State-Info Name="Start Date" ValueTable="citrix-session" ValueColumn="StartDate">
|
||||
<State-Info Name="Start Date" ValueTable="citrix-session" ValueColumn="StartDate" Display="DATETIME">
|
||||
<Name Lang="DE">Startdatum</Name>
|
||||
</State-Info>
|
||||
<State-Info Name="End Date" ValueTable="citrix-session" ValueColumn="EndDate">
|
||||
<State-Info Name="End Date" ValueTable="citrix-session" ValueColumn="EndDate" Display="DATETIME">
|
||||
<Name Lang="DE">Enddatum</Name>
|
||||
</State-Info>
|
||||
<State-Translation Name="Connection State" ValueTable="citrix-session" ValueColumn="ConnectionState" Translation ="citrix_connectionState" DefaultState="Ok" >
|
||||
|
||||
@@ -1237,7 +1237,7 @@ namespace C4IT.FASD.Cockpit.Communication
|
||||
|
||||
public override async Task<cF4SDHealthCardRawData> GetHealthCardData(Guid healthCardId)
|
||||
{
|
||||
cF4SDHealthCardRawData output = null;
|
||||
cF4SDHealthCardRawData healthcardData = null;
|
||||
|
||||
try
|
||||
{
|
||||
@@ -1245,25 +1245,16 @@ namespace C4IT.FASD.Cockpit.Communication
|
||||
|
||||
lock (CachedHealthCardRawData)
|
||||
{
|
||||
if (CachedHealthCardRawData.TryGetValue(healthCardId, out output))
|
||||
{
|
||||
CachedHealthCardRawData.Remove(healthCardId);
|
||||
return output;
|
||||
}
|
||||
if (CachedHealthCardRawData.TryGetValue(healthCardId, out healthcardData))
|
||||
return healthcardData;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
catch (Exception E)
|
||||
{
|
||||
LogException(E);
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
|
||||
await Task.CompletedTask;
|
||||
return output;
|
||||
return healthcardData;
|
||||
}
|
||||
|
||||
public override async Task<List<cF4SDHealthCardRawData.cHealthCardDetailsTable>> GetDetailsData(cF4sdHealthCardRawDataRequest requestData)
|
||||
|
||||
Reference in New Issue
Block a user