Skip to content

Commit 3601024

Browse files
silverwindGiteaBot
andauthored
Fix commit status color on dashboard repolist (#25993)
Followup to #25935 which has missed to change the icon on the repolist because the logic is not shared with templates. Co-authored-by: Giteabot <[email protected]>
1 parent e20f8f0 commit 3601024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ import {SvgIcon} from '../svg.js';
153153
const {appSubUrl, assetUrlPrefix, pageData} = window.config;
154154
155155
const commitStatus = {
156-
pending: {name: 'octicon-dot-fill', color: 'grey'},
156+
pending: {name: 'octicon-dot-fill', color: 'yellow'},
157157
running: {name: 'octicon-dot-fill', color: 'yellow'},
158158
success: {name: 'octicon-check', color: 'green'},
159159
error: {name: 'gitea-exclamation', color: 'red'},

0 commit comments

Comments
 (0)