mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 12:55:23 +02:00
fix: update color of rerun button
This commit is contained in:
parent
5e7adf2004
commit
706aed2ba6
@ -19,7 +19,7 @@
|
|||||||
<SvgIcon name="octicon-x-circle-fill" class="red" v-else/>
|
<SvgIcon name="octicon-x-circle-fill" class="red" v-else/>
|
||||||
{{ job.name }}
|
{{ job.name }}
|
||||||
<button class="job-brief-rerun" @click="rerunJob(index)" v-if="job.status !== 'waiting' && job.status !== 'blocked' && job.status !== 'running'">
|
<button class="job-brief-rerun" @click="rerunJob(index)" v-if="job.status !== 'waiting' && job.status !== 'blocked' && job.status !== 'running'">
|
||||||
<SvgIcon name="octicon-sync"/>
|
<SvgIcon name="octicon-sync" class="ui text black"/>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user