corrected name of div
This commit is contained in:
parent
42b506ecf6
commit
5e697e00cb
|
@ -419,7 +419,7 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
${this.renderKeywords()}
|
${this.renderKeywords()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div name="runtimes" class="mb-3">
|
<div name="infrastructures" class="mb-3">
|
||||||
<label class="form-label">Compatible Infrastrucures</label>
|
<label class="form-label">Compatible Infrastrucures</label>
|
||||||
<select name="infrastructure-input" class="form-control">
|
<select name="infrastructure-input" class="form-control">
|
||||||
${this.renderInfrastructureOptions()}
|
${this.renderInfrastructureOptions()}
|
||||||
|
|
Loading…
Reference in New Issue