layout.setDefaultLayoutAlign(Alignment.CENTER);
layout.setLayoutAlign(Alignment.CENTER);
if (this.showInstallButton) {
agentConfigXmlUploadForm = createAgentConfigXmlUploadForm();
layout.addMember(agentConfigXmlUploadForm);
/* For now, don't allow users to upload and ship their own env script to a remote machine; that might have security implications.
* If we want to allow this, just uncomment these lines and you are good to go because everything else that is needed
* is already in place and working as of April 2014.
rhqAgentEnvUploadForm = createAgentEnvUploadForm();
layout.addMember(rhqAgentEnvUploadForm);