mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
Fixed inventory sync status popover links
This commit is contained in:
parent
c3f2a8a140
commit
7f175a2f56
@ -70,7 +70,7 @@ export default ['templateUrl', '$compile', 'Wait', '$filter', 'i18n',
|
||||
html += "<tr>";
|
||||
html += "<td><a href=\"\" aw-tool-tip=\"No sync data\" aw-tip-placement=\"top\"><i class=\"fa icon-job-none\"></i></a></td>";
|
||||
html += "<td>NA</td>";
|
||||
html += "<td><a href=\"\">" + $filter('sanitize')(ellipsis(row.name)) + "</a></td>";
|
||||
html += "<td><span>" + $filter('sanitize')(ellipsis(row.name)) + "</span></td>";
|
||||
html += "</tr>\n";
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user