use playOutline for cron

This commit is contained in:
pat-s 2024-12-27 16:20:11 +01:00
parent c6181b4aa8
commit 226e233d6d
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -28,7 +28,7 @@
</span>
<span v-else class="col-span-2 <md:hidden">{{ $t('repo.settings.crons.not_executed_yet') }}</span>
</span>
<IconButton icon="play" class="ml-auto w-9 h-9" :title="$t('repo.settings.crons.run')" @click="runCron(cron)" />
<IconButton icon="play-outline" class="ml-auto w-9 h-9" :title="$t('repo.settings.crons.run')" @click="runCron(cron)" />
<IconButton icon="edit" class="w-9 h-9" :title="$t('repo.settings.crons.edit')" @click="selectedCron = cron" />
<IconButton
icon="trash"