@if (_fileUploadProgressLookup.Any())
{
foreach (var kvp in _fileUploadProgressLookup)
{
}
}
@Device.CurrentUser
Actions
Upload File
@Device.Platform
@(MathHelper.GetFormattedPercent(Device.UsedStoragePercent))
Total Storage
@(Device.TotalStorage) GB
@(MathHelper.GetFormattedPercent(Device.UsedMemoryPercent))
Total Memory
@(Device.TotalMemory) GB
@if (IsExpanded)
{
@MathHelper.GetFormattedPercent(Device.CpuUtilization)
}
@if (IsExpanded)
{
Device ID
Agent Version
Last Online
Public IP
Device Alias
WebRTC Setting
@foreach (var setting in Enum.GetValues(typeof(WebRtcSetting)))
{
}
Device Group
@foreach (var group in DataService.GetDeviceGroups(Username))
{
}
Tags
Notes
}