Skip to content
Snippets Groups Projects
Commit 7dfa048d authored by jkerdreu's avatar jkerdreu
Browse files

Avoid address split

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2886 b32b6428-25c9-4566-ad07-03861ab6144f
parent f0c75239
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ function filterFunc(input_id,col) {
<tr><th width=20%>Address</th><th width=15%>devtype</th><th width=15%>Name</th><th width=15%>Info</th><th width=35%>Attributes</th></tr>
% for dev in devs:
<tr>
<td><a href="./generic/${dev.address}">${dev.address}</a></td>
<td><a href="./generic/${dev.address}"><tt>${dev.address}<tt></a></td>
<td>${dev.dev_type}</td>
<td><a href="./edit_metadata/${dev.address}">➠</a> ${dev.display_name}</td>
%if 'info' in dev.description.keys():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment