moved title to section
This commit is contained in:
parent
43154c2e2b
commit
c7021a06b6
|
@ -148,7 +148,7 @@ class CCPExecutionForm extends HTMLElement{
|
||||||
<button title="${this.getLabel("execute_help")}" id="execute_method_button" class="btn btn-info">${this.getLabel("Execute")}</button>
|
<button title="${this.getLabel("execute_help")}" id="execute_method_button" class="btn btn-info">${this.getLabel("Execute")}</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="mb-3">
|
<div class="mb-3" title="${this.getLabel("generate_code_help")}">
|
||||||
<label>${this.getLabel("generate_code")}</label>
|
<label>${this.getLabel("generate_code")}</label>
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<select name="language-selector" class="form-control" style="padding:2px">
|
<select name="language-selector" class="form-control" style="padding:2px">
|
||||||
|
@ -161,7 +161,7 @@ class CCPExecutionForm extends HTMLElement{
|
||||||
<option value="application/json+galaxy" data-ext="json" title="Generate JSON request for Galaxy">Galaxy CCP request (preview)</option>
|
<option value="application/json+galaxy" data-ext="json" title="Generate JSON request for Galaxy">Galaxy CCP request (preview)</option>
|
||||||
<option value="application/xml+galaxy" data-ext="xml" title="Generate installable Galaxy tool">Galaxy tool (preview)</option>
|
<option value="application/xml+galaxy" data-ext="xml" title="Generate installable Galaxy tool">Galaxy tool (preview)</option>
|
||||||
</select>
|
</select>
|
||||||
<button name="codegen" title="${this.getLabel("generate_code_help")}" class="btn btn-primary ccp-toolbar-button ccp-toolbar-button-small">
|
<button name="codegen" class="btn btn-primary ccp-toolbar-button ccp-toolbar-button-small">
|
||||||
<svg viewBox="0 96 960 960">
|
<svg viewBox="0 96 960 960">
|
||||||
<path d="M320 814 80 574l242-242 43 43-199 199 197 197-43 43Zm318 2-43-43 199-199-197-197 43-43 240 240-242 242Z"></path>
|
<path d="M320 814 80 574l242-242 43 43-199 199 197 197-43 43Zm318 2-43-43 199-199-197-197 43-43 240 240-242 242Z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Loading…
Reference in New Issue