Skip to content

Commit

Permalink
Merge pull request #2911 from MeroRai/PAYARA-2635
Browse files Browse the repository at this point in the history
PAYARA-2635 HTTP 500 error is thrown when trying to sort instances using node.
  • Loading branch information
Pandrex247 committed Jun 29, 2018
2 parents 9278381 + 2278315 commit 77c0b57
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@
<sun:tableColumn headerText="$resource{i18ncs.common.ConfigurationCol}" sort="configRef" rowHeader="$boolean{false}" id="col3">
<sun:hyperlink id="configlink" text="#{td.value.configRef}" url="/configuration/configuration.jsf?configName=#{td.value.configRef}" />
</sun:tableColumn>
<sun:tableColumn headerText="$resource{i18ncs.common.NodeCol}" sort="node" rowHeader="$boolean{false}" id="col5">
<sun:tableColumn headerText="$resource{i18ncs.common.NodeCol}" sort="nodeRef" rowHeader="$boolean{false}" id="col5">
<sun:hyperlink id="nodeAgentlink" text="#{td.value.nodeRef}" url="#{request.contextPath}/cluster/node/nodeEdit.jsf?nodeName=#{td.value.nodeRef}" />
</sun:tableColumn>
<sun:tableColumn headerText="$resource{i18n.common.Status}" rowHeader="$boolean{false}" id="col6">
Expand Down

0 comments on commit 77c0b57

Please sign in to comment.