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:
@@ -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>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18033
|
||||
// Runtime Version:4.0.30319.18051
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -112,7 +112,7 @@ WriteLiteral(" ");
|
||||
|
||||
|
||||
#line 17 "..\..\Areas\Public\Views\HeldDevices\Index.cshtml"
|
||||
Write(item.DeviceSerialNumber);
|
||||
Write(item.DeviceComputerName);
|
||||
|
||||
|
||||
#line default
|
||||
@@ -214,7 +214,7 @@ WriteLiteral("\r\n");
|
||||
#line hidden
|
||||
|
||||
#line 36 "..\..\Areas\Public\Views\HeldDevices\Index.cshtml"
|
||||
Write(item.DeviceComputerName);
|
||||
Write(item.DeviceSerialNumber);
|
||||
|
||||
|
||||
#line default
|
||||
@@ -328,7 +328,7 @@ WriteLiteral(" ");
|
||||
|
||||
|
||||
#line 58 "..\..\Areas\Public\Views\HeldDevices\Index.cshtml"
|
||||
Write(item.DeviceSerialNumber);
|
||||
Write(item.DeviceComputerName);
|
||||
|
||||
|
||||
#line default
|
||||
@@ -430,7 +430,7 @@ WriteLiteral("\r\n");
|
||||
#line hidden
|
||||
|
||||
#line 77 "..\..\Areas\Public\Views\HeldDevices\Index.cshtml"
|
||||
Write(item.DeviceComputerName);
|
||||
Write(item.DeviceSerialNumber);
|
||||
|
||||
|
||||
#line default
|
||||
@@ -530,7 +530,7 @@ WriteLiteral(" ");
|
||||
|
||||
|
||||
#line 96 "..\..\Areas\Public\Views\HeldDevices\Index.cshtml"
|
||||
Write(item.DeviceSerialNumber);
|
||||
Write(item.DeviceComputerName);
|
||||
|
||||
|
||||
#line default
|
||||
@@ -632,7 +632,7 @@ WriteLiteral("\r\n");
|
||||
#line hidden
|
||||
|
||||
#line 115 "..\..\Areas\Public\Views\HeldDevices\Index.cshtml"
|
||||
Write(item.DeviceComputerName);
|
||||
Write(item.DeviceSerialNumber);
|
||||
|
||||
|
||||
#line default
|
||||
|
||||
Reference in New Issue
Block a user