mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #85 from mabashian/7268-sync-status
Fixed inventory sync status popover links
This commit is contained in:
commit
b505211f48
@ -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