mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-14 00:12:42 +00:00
format
This commit is contained in:
parent
f0ff416a91
commit
2c9b5e31c2
1 changed files with 6 additions and 1 deletions
|
@ -28,7 +28,12 @@
|
|||
</span>
|
||||
<span v-else class="col-span-2 <md:hidden">{{ $t('repo.settings.crons.not_executed_yet') }}</span>
|
||||
</span>
|
||||
<IconButton icon="play-outline" 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