mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-21 06:38:34 +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" />
|
<Button v-else :text="$t('admin.settings.queue.pause')" start-icon="pause" @click="pauseQueue" />
|
||||||
<Icon
|
<Icon
|
||||||
:name="queueInfo.paused ? 'pause' : 'play'"
|
:name="queueInfo.paused ? 'pause' : 'play'"
|
||||||
class="w-10 w-10"
|
class="w-6 h-6"
|
||||||
:class="{
|
:class="{
|
||||||
'text-wp-state-ok-100': !queueInfo.paused,
|
'text-wp-state-error-100': queueInfo.paused,
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue