Added Category Description to downed tools table
This commit is contained in:
@ -110,9 +110,10 @@
|
||||
<tr>
|
||||
<th scope="col" style="width: 7%">Reactor</th>
|
||||
<th scope="col" style="width: 7%">Owner</th>
|
||||
<th scope="col" style="width: 38%" class="text-start">Issue</th>
|
||||
<th scope="col" style="width: 20%" class="text-start">Category Description</th>
|
||||
<th scope="col" style="width: 28%" class="text-start">Issue</th>
|
||||
<th scope="col" style="width: 10%">Downtime</th>
|
||||
<th scope="col" style="width: 38%" class="text-start">Most Recent Comment</th>
|
||||
<th scope="col" style="width: 28%" class="text-start">Most Recent Comment</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -135,6 +136,7 @@
|
||||
<tr class="@myClass">
|
||||
<td>@tool.Reactor</td>
|
||||
<td>@owner</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.CAT_PROB_DESC</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.REASON</td>
|
||||
<td>@string.Format("{0:##,###.##}", tool.Downtime)</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.COMMENT</td>
|
||||
@ -155,9 +157,10 @@
|
||||
<tr>
|
||||
<th scope="col" style="width: 7%">Reactor</th>
|
||||
<th scope="col" style="width: 7%">Owner</th>
|
||||
<th scope="col" style="width: 38%" class="text-start">Issue</th>
|
||||
<th scope="col" style="width: 20%" class="text-start">Category Description</th>
|
||||
<th scope="col" style="width: 28%" class="text-start">Issue</th>
|
||||
<th scope="col" style="width: 10%">Downtime</th>
|
||||
<th scope="col" style="width: 38%" class="text-start">Most Recent Comment</th>
|
||||
<th scope="col" style="width: 28%" class="text-start">Most Recent Comment</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -180,6 +183,7 @@
|
||||
<tr class="@myClass">
|
||||
<td>@tool.Reactor</td>
|
||||
<td>@owner</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.CAT_PROB_DESC</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.REASON</td>
|
||||
<td>@string.Format("{0:##,###.##}", tool.Downtime)</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.COMMENT</td>
|
||||
@ -200,9 +204,10 @@
|
||||
<tr>
|
||||
<th scope="col" style="width: 7%">Reactor</th>
|
||||
<th scope="col" style="width: 7%">Owner</th>
|
||||
<th scope="col" style="width: 38%" class="text-start">Issue</th>
|
||||
<th scope="col" style="width: 20%" class="text-start">Category Description</th>
|
||||
<th scope="col" style="width: 28%" class="text-start">Issue</th>
|
||||
<th scope="col" style="width: 10%">Downtime</th>
|
||||
<th scope="col" style="width: 38%" class="text-start">Most Recent Comment</th>
|
||||
<th scope="col" style="width: 28%" class="text-start">Most Recent Comment</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -225,6 +230,7 @@
|
||||
<tr class="@myClass">
|
||||
<td>@tool.Reactor</td>
|
||||
<td>@owner</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.CAT_PROB_DESC</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.REASON</td>
|
||||
<td>@string.Format("{0:##,###.##}", tool.Downtime)</td>
|
||||
<td class="text-start">@tool.MostRecentEvent.COMMENT</td>
|
||||
|
Reference in New Issue
Block a user