wip: add context to progress bar
This commit is contained in:
parent
e24349b9de
commit
22b7874593
3 changed files with 13 additions and 8 deletions
|
|
@ -28,7 +28,7 @@ class PlanStatus(models.TextChoices):
|
|||
|
||||
|
||||
STATUS_CSS = {
|
||||
PlanStatus.NOT_STARTED: "secondary",
|
||||
PlanStatus.NOT_STARTED: "light",
|
||||
PlanStatus.STARTED: "primary",
|
||||
PlanStatus.PARTIALLY_IMPLEMENTED: "warning",
|
||||
PlanStatus.IMPLEMENTED: "success",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue