Ignore:
Timestamp:
01/28/20 10:20:00 (5 years ago)
Author:
bart
Message:

Update 28 jan 2020

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/list.xhtml

    r1 r9  
    1818                                <th>Name</th>
    1919                                <th>URI</th>
    20                                 <th>Protocol</th>
     20                                <th>Behaviour</th>
    2121                                <th>Description</th>
    2222                        </tr>
     
    7878                        row.insertCell(0).innerHTML = party['uri'].split('/').pop(); // last element of URI
    7979                        row.insertCell(1).innerHTML = party['uri'];
    80                         row.insertCell(2).innerHTML = party['capabilities']['protocols'];
     80                        row.insertCell(2).innerHTML = party['capabilities']['behaviours'];
    8181                        row.insertCell(3).innerHTML = party['description'];
    8282                       
Note: See TracChangeset for help on using the changeset viewer.