Skip to content

Commit

Permalink
Merge pull request #156 from intuit/SRE-19600
Browse files Browse the repository at this point in the history
SRE-19600 Make variables key field editable
  • Loading branch information
bryaan authored Sep 28, 2021
2 parents 81fed9e + 26033db commit e9a057e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/web_ui/src/main/webapp/projects/variables.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
<f:facet name="header">
<h:outputText value="Key" />
</f:facet>
<h:outputText value="#{variable.key}" editor="true" styleClass="ellipsis" style="width:300px;" >
</h:outputText>
<p:inplace label="#{variable.key}" styleClass="ellipsis" editor="true" style="width:300px;">
<h:inputText value="#{variable.key}" id="keyTF" style="width:225px;" />
</p:inplace>
</p:column>

<p:column id="valueCol" style="width: 300px;" resizable="false">
Expand Down

0 comments on commit e9a057e

Please sign in to comment.