mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-05-12 13:18:54 +00:00
use playOutline for cron
This commit is contained in:
parent
c6181b4aa8
commit
226e233d6d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue