@{
Tango.FSE.UI.BugReporting.SystemInformationModel vm = Model as Tango.FSE.UI.BugReporting.SystemInformationModel;
}
Description
@vm.Description
Comments
@vm.Comments
Exception
@vm.Exception
System Information
| FSE Version: |
@vm.FSEVersion |
| PPC Version: |
@vm.PPCVersion |
| Embedded Version: |
@vm.EmbeddedVersion |
| Host Name: |
@vm.HostName |
| User: |
@vm.UserName (@vm.UserEmail) |
| Windows Version: |
@vm.OsVersion |
| Architecture: |
@vm.Architecure |
| Processor: |
@vm.Processor |
| Graphics Adapter: |
@vm.GPU |
| Memory: |
@vm.RAM |
| Free Space: |
@vm.FreeSpace |
@if (vm.Actions.Count > 0)
{
Actions
@foreach (Tango.FSE.UI.BugReporting.ActionModel action in vm.Actions)
{
-
@action.Name
}
}
Machine
@if (vm.Machine != null)
{
| Organization: |
@vm.Machine.Organization.Name |
| Name: |
@vm.Machine.Name |
| S/N: |
@vm.Machine.SerialNumber |
| Version: |
@vm.Machine.MachineVersion.Version |
}
else
{
NOT CONNECTED
}