Skip to content

Commit

Permalink
(control) New crawl view should use radio buttons as multiple specs a…
Browse files Browse the repository at this point in the history
…ren't supported
  • Loading branch information
vlofgren committed Jan 15, 2024
1 parent f29a9d9 commit c0b1542
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit c0b1542

Please sign in to comment.