From 17e1c89a2dca56fda699c5f04954d31fa94a7b93 Mon Sep 17 00:00:00 2001 From: Vishnu Vardhan V Date: Mon, 8 Aug 2016 15:38:56 +0530 Subject: [PATCH] Closes-Bug:#1610647 Fixed the issue categories(UVE Key, Value) in operator dropdown of config alarm create/edit popup are selectable. Change-Id: I724a0c9b3eb437718b49503ea60097a354dfa9db --- .../config/alarm/common/ui/js/views/ConfigAlarmEditView.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/webroot/config/alarm/common/ui/js/views/ConfigAlarmEditView.js b/webroot/config/alarm/common/ui/js/views/ConfigAlarmEditView.js index a804624a2..8b93a7cfc 100644 --- a/webroot/config/alarm/common/ui/js/views/ConfigAlarmEditView.js +++ b/webroot/config/alarm/common/ui/js/views/ConfigAlarmEditView.js @@ -315,7 +315,7 @@ define([ templateId: cowc.TMPL_EDITABLE_GRID_TEXTAREA_VIEW, path: "operand1", dataBindValue: "operand1()", - width: 200, + width: 230, placeHolder: 'Operand1', } }, @@ -327,7 +327,7 @@ define([ templateId: cowc.TMPL_EDITABLE_GRID_DROPDOWN_VIEW, path: "operation", dataBindValue: "operation()", - width: 160, + width: 130, elementConfig: { dataTextField: 'text', dataValueField: 'id', @@ -336,7 +336,6 @@ define([ type: 'local', data: [ { - id:"uve_attribute", text:"UVE Key", children: [ { @@ -375,7 +374,6 @@ define([ ] }, { - id:"json_value", text:"Value", children: [ {