From 02428f28d347ab0572c89b9e0d4f52ca824a9dba Mon Sep 17 00:00:00 2001 From: Ifat Afek Date: Wed, 17 Oct 2018 15:40:42 +0000 Subject: [PATCH] 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 --- .../dashboard/project/entities/info/entities-info.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/entities/info/entities-info.directive.js b/vitrage_dashboard/dashboard/static/dashboard/project/entities/info/entities-info.directive.js index d8abb3d..85aadd0 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/entities/info/entities-info.directive.js +++ b/vitrage_dashboard/dashboard/static/dashboard/project/entities/info/entities-info.directive.js @@ -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