small UI change to header

This commit is contained in:
Thomas Hervey
2018-08-03 16:51:35 -05:00
committed by Bryan Housel
parent 6dbea57721
commit cbcdfc075c

View File

@@ -43,9 +43,9 @@ export function uiKeepRightHeader(context) {
.append('div')
.attr('class', 'kr_error-header-label')
.text(function(d) {
return t('keepRight.entities.' + d.object_type);
return t('keepRight.entities.' + d.object_type + ' ');
})
.append('div')
.append('span')
// .attr('href', getEntityLink()) // TODO: add / remove link if entity is/isn't in the graph
.text(function(d) { return d.object_id; });
}