@if (ShowDetail) {
| Remoto | Chiave | Valore | Valore Std | Note | Locale |
|---|---|---|---|---|---|
| @if (!item.IsEqual) { if (!item.DestExist) { } else if (item.SrcExist) { } } | @item.NomeVar |
@if (item.SrcExist)
{
@item.Source.Valore
}
@if (!item.IsEqual && item.DestExist)
{
string locCss = item.Source.Valore.Equals(item.Dest.Valore) ? "text-secondary" : "text-danger";
@item.Dest.Valore
}
|
@if (item.SrcExist)
{
@item.Source.ValoreStd
}
@if (!item.IsEqual && item.DestExist)
{
string locCss = item.Source.ValoreStd.Equals(item.Dest.ValoreStd) ? "text-secondary" : "text-danger";
@item.Dest.ValoreStd
}
|
@if (item.SrcExist)
{
@item.Source.Note
}
@if (!item.IsEqual && item.DestExist)
{
string locCss = item.Source.Note.Equals(item.Dest.Note) ? "text-secondary" : "text-danger";
@item.Dest.Note
}
|
@if (item.DestExist) { } |