Closes #19034: Add calculated RackReservation.unit_count, with min/max filtering (#21665)

This commit is contained in:
bctiemann
2026-03-25 09:50:53 -04:00
committed by GitHub
parent bc66d9f136
commit 2a78c05984
11 changed files with 95 additions and 14 deletions

View File

@@ -12,6 +12,10 @@ The [rack](./rack.md) being reserved.
The rack unit or units being reserved. Multiple units can be expressed using commas and/or hyphens. For example, `1,3,5-7` specifies units 1, 3, 5, 6, and 7.
### Total U's
A calculated (read-only) field that reflects the total number of units in the reservation. Can be filtered upon using `unit_count_min` and `unit_count_max` parameters in the UI or API.
### Status
The current status of the reservation. (This is for documentation only: The status of a reservation has no impact on the installation of devices within a reserved rack unit.)