Commit 8e4519a2 authored by Łukasz Nowak's avatar Łukasz Nowak

slapos_web_frontend_selector: Implement clickable frontend

parent 844bc0c5
......@@ -198,7 +198,7 @@
} else {
msg += "<tr>";
}
msg += "<td>" + u + "</td>";
msg += '<td><a href="' + table_dict[u].url + '">' + u + '</a></td>';
for (y in interaction_dict) {
if (interaction_dict.hasOwnProperty(y)) {
msg += "<td>" + table_dict[u][y] + "</td>";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment