Update: Computer Name in Tech Held Devices

Requested by Rohan Beckett representing non-1:1 primary schools.
http://discoict.com.au/forum/support/disco-jobs/2013/3/public-reports-not-working.aspx
This commit is contained in:
Gary Sharp
2013-07-22 17:26:28 +10:00
parent c3733c908c
commit ab3ad25944
12 changed files with 32 additions and 32 deletions
@@ -14,7 +14,7 @@
{
<tr>
<td class="id">
@item.DeviceSerialNumber
@item.DeviceComputerName
</td>
<td class="description">
@if (item.UserId != null)
@@ -33,7 +33,7 @@
{
if (item.UserId == null)
{
@item.DeviceComputerName
@item.DeviceSerialNumber
}
}
@if (!string.IsNullOrEmpty(item.EstimatedReturnTime))
@@ -55,7 +55,7 @@
{
<tr>
<td class="id">
@item.DeviceSerialNumber
@item.DeviceComputerName
</td>
<td class="description">
@if (item.UserId != null)
@@ -74,7 +74,7 @@
{
if (item.UserId == null)
{
@item.DeviceComputerName
@item.DeviceSerialNumber
}
}
</td>
@@ -93,7 +93,7 @@
{
<tr>
<td class="id">
@item.DeviceSerialNumber
@item.DeviceComputerName
</td>
<td class="description">
@if (item.UserId != null)
@@ -112,7 +112,7 @@
{
if (item.UserId == null)
{
@item.DeviceComputerName
@item.DeviceSerialNumber
}
}
</td>