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:
parent
5c818583f4
commit
02428f28d3
@ -18,7 +18,7 @@ function hzEntitiesInfo($filter) {
|
|||||||
function link(scope, element, attrs) {
|
function link(scope, element, attrs) {
|
||||||
scope.blackList = ['is_real_vitrage_id', 'vitrage_is_deleted', 'vitrage_is_placeholder', 'index', 'graph_index',
|
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',
|
'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 = {};
|
scope.parseItem = {};
|
||||||
|
|
||||||
// TODO: Order info by this priority
|
// TODO: Order info by this priority
|
||||||
|
Loading…
Reference in New Issue
Block a user