1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/eb55dd8768ce/ changeset: eb55dd8768ce user: dannon date: 2012-09-12 22:23:26 summary: Temporarily hide (though not remove) share string option in cloud launch form due to it sometimes failing on the cloudman end. affected #: 1 file diff -r 3668de7a24ef93da9ef6d5ef7f45a61966fbe19f -r eb55dd8768cefb1548b2ced2e44a7df4fe8dde5e templates/cloud/index.mako --- a/templates/cloud/index.mako +++ b/templates/cloud/index.mako @@ -150,8 +150,6 @@ </script></%def> - - <%def name="center_panel()"><div style="overflow: auto; height: 100%;"><div class="page-container" style="padding: 10px;"> @@ -167,9 +165,8 @@ <label for="id_key_id">Key ID</label><input type="text" size="30" maxlength="20" name="key_id" id="id_key_id" value=""/><br/><div class="toolParamHelp"> - This is the text string that uniquely identifies your account, found in the <a -href="https://portal.aws.amazon.com/gp/aws/securityCredentials">Security Credentials section of the AWS -Console</a>. + This is the text string that uniquely identifies your account, found in the + <a href="https://portal.aws.amazon.com/gp/aws/securityCredentials">Security Credentials section of the AWS Console</a>. </div></div> @@ -210,11 +207,13 @@ %if share_string: <input type='hidden' name='share_string' value='${share_string}'/> %else: - <div class="form-row"> + <!-- DBEDIT temporary hide share string due to it being broken on the cloudman end --> + <div class="form-row" style="display:none;"><label for="id_share_string">Instance Share String (optional)</label><input type="text" size="120" name="share_string" id="id_share_string"/><br/></div> %endif + <div class="form-row"><label for="id_instance_type">Instance Type</label><select name="instance_type" id="id_instance_type"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.