File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ withDefaults(defineProps<{
2222 <SvgIcon name =" octicon-check-circle-fill" class =" text green" :size =" size" :class =" className" v-if =" status === 'success'" />
2323 <SvgIcon name =" octicon-skip" class =" text grey" :size =" size" :class =" className" v-else-if =" status === 'skipped'" />
2424 <SvgIcon name =" octicon-stop" class =" text yellow" :size =" size" :class =" className" v-else-if =" status === 'cancelled'" />
25- <SvgIcon name =" octicon-clock " class =" text yellow " :size =" size" :class =" className" v-else-if =" status === 'waiting'" />
25+ <SvgIcon name =" octicon-circle " class =" text grey " :size =" size" :class =" className" v-else-if =" status === 'waiting'" />
2626 <SvgIcon name =" octicon-blocked" class =" text yellow" :size =" size" :class =" className" v-else-if =" status === 'blocked'" />
27- <SvgIcon name =" octicon-meter " class =" text yellow" :size =" size" :class =" 'circular-spin ' + className" v-else-if =" status === 'running'" />
27+ <SvgIcon name =" octicon-running " class =" text yellow" :size =" size" :class =" 'circular-spin ' + className" v-else-if =" status === 'running'" />
2828 <SvgIcon name =" octicon-x-circle-fill" class =" text red" :size =" size" v-else /><!-- failure, unknown -->
2929 </span >
3030</template >
You can’t perform that action at this time.
0 commit comments