Add the new `datasource_name` property to the black list, so it won't be displayed

Change-Id: I89b6a24366ebde4cab72f3ecb3e5dc1654af10a9
Depends-On: I953137dc870f48ed42acba93789bb947809c41cc
This commit is contained in:
Ifat Afek 2018-08-02 11:37:05 +00:00
parent 45108125a7
commit ca7c912dfd

View File

@ -15,7 +15,7 @@ function hzEntitiesInfo() {
function link(scope, element, attrs) {
scope.blackList = ['is_real_vitrage_id', 'vitrage_is_deleted', 'vitrage_is_placeholder', 'index', 'graph_index',
'fixed', 'weight', 'px', 'py', 'x', 'y', 'width', 'height', 'bbox', 'high', 'highDepth'];
'fixed', 'weight', 'px', 'py', 'x', 'y', 'width', 'height', 'bbox', 'high', 'highDepth', 'datasource_name'];
scope.parseItem = {};
// TODO: Order info by this priority