- added labels for new statuses;
This commit is contained in:
@@ -18,6 +18,15 @@ const getBandoSeverity = (status) => {
|
||||
case 'READY':
|
||||
return 'info';
|
||||
|
||||
case 'NDG':
|
||||
return 'info';
|
||||
|
||||
case 'APPOINTMENT':
|
||||
return 'info';
|
||||
|
||||
case 'ADMISSIBLE':
|
||||
return 'info';
|
||||
|
||||
case 'SOCCORSO':
|
||||
return 'warning';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user