App Control Center
@ComputerName | @($"{DomainName}\\{UserName}")
@if (RemoteCallActive) {
} @if (isUpdating) {
updating
}
@if (ListRecords == null || ListRecords.Count == 0) { } else { @foreach (var item in ListRecords) { } }
Application Installed Available Note
@if (isLoading) { } else {
Nessun aggiornamento disponibile!
}
@item.CodApp
@if (item.HasUpdate) {
@if (item.CanInstall) { } else { @if (item.RelTagsLast != null && item.RelTagsLast.Contains("CRITICAL")) { } else { } }
}
@item.VersNumCurr @if (item.VersNumCurr == "0.0.0.0") { } @item.VersNumLast @item.RelTagsLast