Changeset 9 for src/main/webapp/list.xhtml
- Timestamp:
- 01/28/20 10:20:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/list.xhtml
r1 r9 18 18 <th>Name</th> 19 19 <th>URI</th> 20 <th> Protocol</th>20 <th>Behaviour</th> 21 21 <th>Description</th> 22 22 </tr> … … 78 78 row.insertCell(0).innerHTML = party['uri'].split('/').pop(); // last element of URI 79 79 row.insertCell(1).innerHTML = party['uri']; 80 row.insertCell(2).innerHTML = party['capabilities'][' protocols'];80 row.insertCell(2).innerHTML = party['capabilities']['behaviours']; 81 81 row.insertCell(3).innerHTML = party['description']; 82 82
Note:
See TracChangeset
for help on using the changeset viewer.