mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-24 08:57:03 -05:00
Backport #25993 by @silverwind Followup to https://github.com/go-gitea/gitea/pull/25935 which has missed to change the icon on the repolist because the logic is not shared with templates. Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
28e8c691a6
commit
1ba0baa030
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ import {SvgIcon} from '../svg.js';
|
||||||
const {appSubUrl, assetUrlPrefix, pageData} = window.config;
|
const {appSubUrl, assetUrlPrefix, pageData} = window.config;
|
||||||
|
|
||||||
const commitStatus = {
|
const commitStatus = {
|
||||||
pending: {name: 'octicon-dot-fill', color: 'grey'},
|
pending: {name: 'octicon-dot-fill', color: 'yellow'},
|
||||||
running: {name: 'octicon-dot-fill', color: 'yellow'},
|
running: {name: 'octicon-dot-fill', color: 'yellow'},
|
||||||
success: {name: 'octicon-check', color: 'green'},
|
success: {name: 'octicon-check', color: 'green'},
|
||||||
error: {name: 'gitea-exclamation', color: 'red'},
|
error: {name: 'gitea-exclamation', color: 'red'},
|
||||||
|
|
Loading…
Reference in a new issue