Hide some alarm properties in the UI.

The following alarm properties should not be visible in the UI: 
vitrage_cached_id, vitrage_resource_type, vitrage_resource_id

Change-Id: I006e7b6a04056a541a9524a24ae0fe4c3a80a618
This commit is contained in:
Ifat Afek 2018-10-17 15:40:42 +00:00
parent 5c818583f4
commit 02428f28d3

View File

@ -18,7 +18,7 @@ function hzEntitiesInfo($filter) {
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', 'datasource_name',
'dateFormat', 'timezone'];
'dateFormat', 'timezone', 'vitrage_cached_id', 'vitrage_resource_id', 'vitrage_resource_type'];
scope.parseItem = {};
// TODO: Order info by this priority