@attribute [Authorize] @inherits AuthComponentBase
@if (Device.IsOnline) { if (IsOutdated) { } else { } } else { }
@Device.DeviceName
@Device.Alias
@if (IsExpanded) { }
@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
    MAC Addresses
    ()))" />
    Device Alias
    Device Group
    @foreach (var group in _deviceGroups) { }
    Tags
    Notes
    }