Ignore:
Timestamp:
06/29/20 12:20:50 (4 years ago)
Author:
yushan
Message:

trunk : update html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/HTML/generate_test_table.js

    r1821 r1913  
    1 var dict = {"-1": "❌", "0": "❎", "1": "✅"} 
     1var dict = {"-1": "❌", "0": "❓", "1": "✅"} 
    22 
    33function generateTestTable() 
     
    319319    myCell_5 = document.createElement("a") 
    320320    myCell_5.innerHTML = ("show location") 
    321     myCell_5.onclick = function() {show_text(full_dir.replace(build_dir, "GENERIC_TESTCASE/")+status[0])} 
     321    myCell_5.onclick = function() {show_text(full_dir.replace(build_dir, "")+status[0])} 
    322322    myCell_2.appendChild(myCell_3) 
    323323    myCell_3.appendChild(myCell_4) 
     
    383383    myCell_5 = document.createElement("a") 
    384384    myCell_5.innerHTML = ("show location") 
    385     myCell_5.onclick = function() {show_text(full_dir.replace(build_dir, "GENERIC_TESTCASE/")+status[0]+"/"+status[1])} 
     385    myCell_5.onclick = function() {show_text(full_dir.replace(build_dir, "")+status[0]+"/"+status[1])} 
    386386    myCell_2.appendChild(myCell_3) 
    387387    myCell_3.appendChild(myCell_4) 
Note: See TracChangeset for help on using the changeset viewer.