File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -346,13 +346,13 @@ def workflow_status_button_color(self) -> str:
346
346
@property
347
347
def reindexing_status_button_color (self ) -> str :
348
348
color_choices = {
349
- 1 : "btn-light" , # NOT_NEEDED
350
- 2 : "btn-warning " , # NEEDED
351
- 3 : "btn-secondary " , # FINISHED
352
- 4 : "btn-info" , # READY_FOR_CURATION
353
- 5 : "btn-warning " , # CURATION_IN_PROGRESS
354
- 6 : "btn-primary" , # CURATED
355
- 7 : "btn-success " , # INDEXED_ON_PROD
349
+ 1 : "btn-light" , # REINDEXING_NOT_NEEDED
350
+ 2 : "btn-danger " , # REINDEXING_NEEDED_ON_DEV (matching Ready For Engineering)
351
+ 3 : "btn-info " , # REINDEXING_FINISHED_ON_DEV (matching Indexing Finished on LRM Dev)
352
+ 4 : "btn-info" , # REINDEXING_READY_FOR_CURATION (matching Ready for Curation)
353
+ 5 : "btn-success " , # REINDEXING_CURATION_IN_PROGRESS (matching Curation in Progress)
354
+ 6 : "btn-primary" , # REINDEXING_CURATED (matching Curated)
355
+ 7 : "btn-primary " , # REINDEXING_INDEXED_ON_PROD (matching Prod: Perfect)
356
356
}
357
357
return color_choices [self .reindexing_status ]
358
358
You can’t perform that action at this time.
0 commit comments