Make ret event symbols more clear with arrow and bold
This commit is contained in:
parent
a3cbf231f0
commit
9ec879a464
@ -108,7 +108,7 @@ export default class Job extends Vue {
|
|||||||
else if (Object.keys(ret.changes).length !== 0) return 'Δ';
|
else if (Object.keys(ret.changes).length !== 0) return 'Δ';
|
||||||
else return '✓';
|
else return '✓';
|
||||||
} else if (this.isJobEventType(event, 'ret')) {
|
} else if (this.isJobEventType(event, 'ret')) {
|
||||||
return event.data.success ? '✓' : '✗';
|
return event.data.success ? '→✔' : '→✘';
|
||||||
}
|
}
|
||||||
return '?';
|
return '?';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user