add category hints from methodlist

This commit is contained in:
dcore94 2023-04-06 16:27:14 +02:00
parent a982eb8be2
commit d2a847faa8
1 changed files with 14 additions and 5 deletions

View File

@ -401,11 +401,20 @@ class CCPMethodEditorController extends HTMLElement{
<label class="form-label">Description</label>
<input name="description" class="form-control" type="text" required="required" value="${this.#current.description}"/>
</div>
<div class="mb-3">
<label class="form-label">Keywords</label>
<input name="keyword-input" class="form-control" type="text"/>
<div name="keyword-list" class="form-text">
${this.renderKeywords()}
<div class="row">
<div class="col mb-3">
<label class="form-label">Keywords</label>
<input name="keyword-input" class="form-control" type="text"/>
<div name="keyword-list" class="form-text">
${this.renderKeywords()}
</div>
</div>
<div class="col mb-3">
<label class="form-label">Keywords</label>
<input name="category" class="form-control" type="text"/>
<div name="category-list" class="form-text">
${this.renderCategories()}
</div>
</div>
</div>
<div name="infrastructures" class="mb-3">