Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
adf16f002b
|
@ -59,6 +59,8 @@ class Controller extends Summary {
|
|||
stateColor(ticket) {
|
||||
const ticketState = ticket.ticketState;
|
||||
|
||||
if (!ticketState) return;
|
||||
|
||||
if (ticketState.code === 'OK')
|
||||
return 'success';
|
||||
else if (ticketState.code === 'FREE')
|
||||
|
|
Loading…
Reference in New Issue