Skip to content

Commit

Permalink
Increase width for id column and make it resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Nov 28, 2022
1 parent 0c6e6f6 commit 08d259f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
styleClass="default-layout"
var="process">
<p:column headerText="#{msgs.id}"
width="50"
width="70"
styleClass="numeric">
<h:outputText title="#{process.id}"
value="#{process.id}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
<h:outputText rendered="#{process.getParentID() ne 0 and process.hasChildren()}"><i class="fa fa-exchange fa-rotate-90" title="#{msgs.hierarchicalBoth}"/></h:outputText>
</p:column>
<p:column id="idColumn"
width="50"
width="70"
styleClass="numeric"
resizable="false"
headerText="#{msgs.id}"
sortBy="#{process.id}">
<h:outputText value="#{process.id}"
Expand Down

0 comments on commit 08d259f

Please sign in to comment.