Improve bytes, gb, and mb angular filters
Bug #1447818 reported by
Matthew D. Wood
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
New
|
Wishlist
|
Unassigned |
Bug Description
In the horizon/
The bytes filter should likely accept a "target unit" input parameter and lock all output to that unit instead of auto-determining the unit.
We should also probably complete the whole set of kb, mb, gb, tb, pb.
Also, the existing gb and mb filters are pretty naive and simplistic. They should likely do more than just check for numbers and append "MB" or "GB" to the value. Candidate improvements include:
A) Checking for a string that is already of the correct format
B) ???
Changed in horizon: | |
assignee: | nobody → Matthew D. Wood (woodm1979) |
Changed in horizon: | |
importance: | Undecided → Wishlist |
Changed in horizon: | |
status: | New → In Progress |
Changed in horizon: | |
assignee: | Matthew D. Wood (woodm1979) → nobody |
status: | In Progress → New |
To post a comment you must log in.
Completed the whole set of filters kb, mb, gb, tb, and pb.