Add clear button for packages on build action form

This commit is contained in:
Martchus 2024-04-01 15:54:51 +02:00
parent 62f25c7172
commit efc9e72410
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@
</div>
<div class="form-row">
<label for="build-action-package-names">Package names:</label>
<input type="button" value="Clear" style="float: right;" onclick="this.form.elements['package-names'].value = ''" />
<br />
<textarea name="package-names" id="build-action-package-names" style="box-sizing: border-box; width: 100%; height: 50px;"></textarea>
</div>