- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
We only allow dormancy configuration to be set by number of days as an integer in the UI. In the CLI, we allow it to be set by hours. Doing so causes the UI to translate the time into days and show a messy float:
Can we still have it show days, but truncate the value? If it's not cleanly divisible by days we could add a note expressing it in hours:
Coder will automatically delete dormant workspaces after 0.416 days (10 hours).