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

This commit is contained in:
Zuul 2018-08-08 06:59:05 +00:00 committed by Gerrit Code Review
commit 31ee514f05

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