added label for code generation

This commit is contained in:
dcore94 2023-06-07 17:17:57 +02:00
parent d9ba4591a0
commit f7be0b8277
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ class CCPExecutionHistory extends HTMLElement {
<li></li>
</ul>
<div class="d-flex justify-content-end" style="gap: 3px;">
<label>Generate code for:</label>
<select name="language-selector" class="form-control" style="max-width:10rem;height:inherit;padding:2px">
<option value="text/python" data-ext="py" title="Generate plain Python3">Python 3</option>
<option value="text/plain+r" data-ext="r" title="Generate plain R">R</option>