aktueller stand
This commit is contained in:
Binary file not shown.
@@ -723,6 +723,7 @@
|
||||
<Table-Column Name="Priority" Type="string" Cardinal="100" />
|
||||
<Table-Column Name="Responsible" Type="string" Cardinal="300" />
|
||||
<Table-Column Name="ResponsibleRole" Type="string" Cardinal="300" />
|
||||
<Table-Column Name="Category" SourceName="Category" Type="guid" />
|
||||
<Table-Column Name="Classification" Type="int" />
|
||||
</Table-Columns>
|
||||
</Table>
|
||||
|
||||
@@ -396,7 +396,7 @@ namespace C4IT.DataHistoryProvider
|
||||
var resLogon = await WebClient.LogonWithApiKeyAsync(Collector.InfrastructureConfig.M42Wpm.Credential.NwCredential.Password);
|
||||
if (resLogon == cM42WebClient.eReason.ok)
|
||||
{
|
||||
Collector.DoProcessUiMessage(0, "...M42 WPN connection established successful.");
|
||||
Collector.DoProcessUiMessage(0, "...M42 WPM connection established successful.");
|
||||
StartOnlineValidation();
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -723,6 +723,7 @@
|
||||
<Table-Column Name="Priority" Type="string" Cardinal="100" />
|
||||
<Table-Column Name="Responsible" Type="string" Cardinal="300" />
|
||||
<Table-Column Name="ResponsibleRole" Type="string" Cardinal="300" />
|
||||
<Table-Column Name="Category" SourceName="Category" Type="guid" />
|
||||
<Table-Column Name="Classification" Type="int" />
|
||||
</Table-Columns>
|
||||
</Table>
|
||||
|
||||
@@ -723,6 +723,7 @@
|
||||
<Table-Column Name="Priority" Type="string" Cardinal="100" />
|
||||
<Table-Column Name="Responsible" Type="string" Cardinal="300" />
|
||||
<Table-Column Name="ResponsibleRole" Type="string" Cardinal="300" />
|
||||
<Table-Column Name="Category" SourceName="Category" Type="guid" />
|
||||
<Table-Column Name="Classification" Type="int" />
|
||||
</Table-Columns>
|
||||
</Table>
|
||||
|
||||
Reference in New Issue
Block a user