Merge "Add the new `datasource_name
` property to the black list, so it won't be displayed"
This commit is contained in:
commit
31ee514f05
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user