Skip to content

Commit

Permalink
Closes-Bug:#1610647
Browse files Browse the repository at this point in the history
Fixed the issue categories(UVE Key, Value) in operator dropdown of config alarm create/edit popup are selectable.

Change-Id: I724a0c9b3eb437718b49503ea60097a354dfa9db
  • Loading branch information
vishnuvv committed Aug 8, 2016
1 parent 232487c commit 17e1c89
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -315,7 +315,7 @@ define([
templateId: cowc.TMPL_EDITABLE_GRID_TEXTAREA_VIEW,
path: "operand1",
dataBindValue: "operand1()",
width: 200,
width: 230,
placeHolder: 'Operand1',
}
},
Expand All @@ -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',
Expand All @@ -336,7 +336,6 @@ define([
type: 'local',
data: [
{
id:"uve_attribute",
text:"UVE Key",
children: [
{
Expand Down Expand Up @@ -375,7 +374,6 @@ define([
]
},
{
id:"json_value",
text:"Value",
children: [
{
Expand Down

0 comments on commit 17e1c89

Please sign in to comment.