(control) New crawl view should use radio buttons as multiple specs aren't supported

This commit is contained in:
Viktor Lofgren 2024-01-15 11:03:47 +01:00
parent f29a9d972d
commit c0b15427fe

View File

@ -37,7 +37,7 @@
{{#each allCrawlSpecs}}
<tr>
<td><input {{#if active}}checked{{/if}} {{#if new}}disabled{{/if}} {{#if delete}}disabled{{/if}} class="form-check-input" type="checkbox" name="source" id="{{id}}" value="{{id}}"></td>
<td><input {{#if active}}checked{{/if}} {{#if new}}disabled{{/if}} {{#if delete}}disabled{{/if}} class="form-check-input" type="radio" name="source" id="{{id}}" value="{{id}}"></td>
<td><label for="{{id}}" class="form-check-label" >{{path}}</label></td>
<td>{{description}}
<span class="text-danger">{{#if new}}[CREATING]{{/if}}</span>