Skip to content

Commit 85377f7

Browse files
committed
Add missing colors
1 parent b125723 commit 85377f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sde_collections/models/collection.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ def workflow_status_button_color(self) -> str:
184184
15: "btn-info",
185185
16: "btn-secondary",
186186
17: "btn-light",
187+
18: "btn-success",
188+
19: "btn-warning",
189+
20: "btn-info",
190+
21: "btn-success",
191+
22: "btn-light",
192+
23: "btn-light",
187193
}
188194
return color_choices[self.workflow_status]
189195

0 commit comments

Comments
 (0)