Skip to content

Commit

Permalink
Merge pull request #32 from nicolasmoreau/dev
Browse files Browse the repository at this point in the history
remove Asynchronous request from menu in advanced query
  • Loading branch information
nicolasmoreau committed Sep 9, 2015
2 parents f94f83f + 6317b37 commit 712f854
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion portal.war/src/main/webapp/nodes.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ui:define name="body">

<rich:dataTable id="queryListAll" value="#{nodes.nodes}" var="node">
<rich:dataTable id="queryListAll" value="#{nodes.nodes}" var="node" styleClass="nodesTable">
<f:facet name="header">
<rich:columnGroup>
<h:column>
Expand Down
4 changes: 4 additions & 0 deletions portal.war/src/main/webapp/stylesheet/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,7 @@
-moz-border-radius: 10px;
border-radius: 10px;
}

.nodesTable{
width : 90%;
}
4 changes: 2 additions & 2 deletions portal.war/src/main/webapp/xhtml/query/formMenu.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
action="#{query.addFormBranches}" />
<rich:menuItem value="Comments" reRender="formPanel"
action="#{query.addFormComments}" />
<rich:menuItem value="Asynchronous request" reRender="formPanel"
action="#{query.addFormAsync}" />
<!--<rich:menuItem value="Asynchronous request" reRender="formPanel"
action="#{query.addFormAsync}" />-->
</rich:dropDownMenu>

</a4j:form>
Expand Down

0 comments on commit 712f854

Please sign in to comment.