Changeset 621 in tmcsimulator for branches/LCSv2/views/default/results.html


Ignore:
Timestamp:
08/19/2020 08:18:24 AM (6 years ago)
Author:
jdalbey
Message:

LCS implement exiting incident UI and javascript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv2/views/default/results.html

    r619 r621  
    88  lineout += "<table border='1' cellpadding='5'><tr><th>Event</th><th>User</th><th>Req Date</th><th>Status Date</th></tr>" 
    99  // Is there a 1097 status? 
    10   if (fields[3].length > 0) 
     10  if (fields[6].length > 0) 
    1111  { 
    1212      lineout += "<tr>"; 
     
    1818  } 
    1919  // Is there a 1098 status? 
    20   if (fields[9].length > 0) 
     20  if (fields[10].length > 0) 
    2121  { 
    2222      lineout += "<tr>"; 
     
    2828  } 
    2929  // Is there a 1022 status? 
    30   if (fields[13].length > 0) 
     30  if (fields[14].length > 0) 
    3131  { 
    3232      lineout += "<tr>"; 
Note: See TracChangeset for help on using the changeset viewer.