Skip to content
Snippets Groups Projects
Commit 059c9832 authored by jkerdreu's avatar jkerdreu
Browse files

Added dynamic updates for devices list



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2615 b32b6428-25c9-4566-ad07-03861ab6144f
parent 12d8bc3e
Branches
No related tags found
No related merge requests found
......@@ -55,9 +55,10 @@ function filterFunc(input_id,col) {
%if 'embedded' in dev.attributes.keys():
<td>embedded</td>
%else:
<td>${dev.attributes}</td>
<td><div data-is="raw-attrs" xaal_addr=${dev.address}></div></td>
%endif
</tr>
% endfor
</table>
<script type="riot/tag" src="./static/tags/raw_attrs.tag"></script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment