mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 06:38:43 +00:00
adminqueue
This commit is contained in:
parent
226e233d6d
commit
1e853949a1
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
|||
<Button v-else :text="$t('admin.settings.queue.pause')" start-icon="pause" @click="pauseQueue" />
|
||||
<Icon
|
||||
:name="queueInfo.paused ? 'pause' : 'play'"
|
||||
class="w-10 w-10"
|
||||
class="w-6 h-6"
|
||||
:class="{
|
||||
'text-wp-state-ok-100': !queueInfo.paused,
|
||||
'text-wp-state-error-100': queueInfo.paused,
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue