rewrite background jobs
This commit is contained in:
parent
2392a72856
commit
fb0833618f
3 changed files with 34 additions and 27 deletions
|
|
@ -196,7 +196,7 @@
|
|||
<div class="mt-4" v-if="feedNewChoice.length">
|
||||
<p class="mb-2">
|
||||
Multiple feeds found. Choose one below:
|
||||
<a href="#" class="float-right" @click.prevent="resetFeedChoice()">cancel</a>
|
||||
<a href="#" class="float-right text-decoration-none" @click.prevent="resetFeedChoice()">cancel</a>
|
||||
</p>
|
||||
<label class="selectgroup" v-for="choice in feedNewChoice">
|
||||
<input type="radio" name="feedToAdd" :value="choice.url" v-model="feedNewChoiceSelected">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue